COLOR #F2D2BE

HEX: #F2D2BE
RGB: (242,210,190)

Color info

#F2D2BE contains red, green and blue colors in about the same proportion. Web safe color of #F2D2BE is #FFCCCC (or #FCC).

RGB color model

#F2D2BE color RGB value is (242,210,190).

  • red value is 242;
  • green value is 210;
  • blue value is 190.
RGB:
(242,210,190)
(95%,82%,75%)

RGB channels and saturation

R 242 of 255 = 95%
G 210 of 255 = 82%
B 190 of 255 = 75%

242
210
190

R + G + B ~ 84%. #F2D2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 210 + 190 = 642 (100%)
R 242 of 642 ~ 37.69%
G 210 of 642 ~ 32.71%
B 190 of 642 ~ 29.6%

%37.69
%32.71
%29.6

CMYK color model

#F2D2BE color CMYK value is (0,13,21,5).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(0,13,21,5)
C0M13Y21K5 
(0%,13%,21%,5%)
(0.00/0.13/0.21/0.05)	

CMYK percentages

%0
%13.22
%21.49
%5.1

Codes

Color #F2D2BE in popluar color models

F2D2BE
RGB242210190
HSL23°66.67%84.71%
HSB/HSV23°21.49%94.90%
CMYK0.00%13.22%21.49%
5.10%

Color #F2D2BE in popluar number systems.

HEXF2D2BE
Decimal242210190
Binary111100101101001010111110
Octal362322276

Shades and tints

Shades of #F2D2BE

#F2D2BE
(242,210,190)
#DCBFAD
(220,191,173)
#C6AC9C
(198,172,156)
#B0998B
(176,153,139)
#9A867A
(154,134,122)
#847369
(132,115,105)
#6E6058
(110,96,88)
#584D47
(88,77,71)
#423A36
(66,58,54)
#2C2725
(44,39,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #F2D2BE

#F2D2BE
(242,210,190)
#F3D6C3
(243,214,195)
#F4DAC8
(244,218,200)
#F5DECD
(245,222,205)
#F6E2D2
(246,226,210)
#F7E6D7
(247,230,215)
#F8EADC
(248,234,220)
#F9EEE1
(249,238,225)
#FAF2E6
(250,242,230)
#FBF6EB
(251,246,235)
#FCFAF0
(252,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D2BE color. Also use rgb(242,210,190) instead hex code.

Text Font Color

.myTextColor { color: #F2D2BE; }

<p style="color:#F2D2BE">This sample text font color is #F2D2BE.</p>

This text font color is #F2D2BE.


Background Color

.myBgColor { background-color: #F2D2BE; }

<div style="background-color:#F2D2BE">Inner text</div>

This div background color is #F2D2BE.


Border color

.myBorderColor { border: 1px solid #F2D2BE; }

<div style="border:3px solid #F2D2BE">Div</div>

This div border color is #F2D2BE.


Opacity

.myOpacity80 { color: #F2D2BE; opacity: 0.8; }

<p style="color:#F2D2BE;opacity:0.8;">80%</p>

Text with #F2D2BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F2D2BE;}

<p style="text-shadow: 3px 3px 1px #F2D2BE">Text here.</p>

This text has shadow with #F2D2BE color.

.textShadow {text-shadow: 3px 3px 1px #F2D2BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F2D2BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #F2D2BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2D2BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F2D2BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #F2D2BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F2D2BE;
  -webkit-box-shadow:	1px 1px 3px 2px #F2D2BE;
  box-shadow:		1px 1px 3px 2px #F2D2BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2D2BE;
-webkit-box-shadow: 1px 1px 3px 2px #F2D2BE;
box-shadow:1px 1px 3px 2px #F2D2BE;">
Div content here</div>
This div box has shadow with color #F2D2BE.

Preview

Color preview on black background

This text has color #F2D2BE on black background.


Color preview on white background

This text has color #F2D2BE on white background.



Black color preview on #F2D2BE background

This text has black color on #F2D2BE background.


White color preview on #F2D2BE background

This text has white color on #F2D2BE background.