COLOR #F2D8B0

HEX: #F2D8B0
RGB: (242,216,176)

Color info

#F2D8B0 contains mainly red and green colors. Web safe color of #F2D8B0 is #FFCC99 (or #FC9).

RGB color model

#F2D8B0 color RGB value is (242,216,176).

  • red value is 242;
  • green value is 216;
  • blue value is 176.
RGB:
(242,216,176)
(95%,85%,69%)

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 176 of 255 = 69%

242
216
176

R + G + B ~ 83%. #F2D8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 176 = 634 (100%)
R 242 of 634 ~ 38.17%
G 216 of 634 ~ 34.07%
B 176 of 634 ~ 27.76%

%38.17
%34.07
%27.76

CMYK color model

#F2D8B0 color CMYK value is (0,11,27,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 27.27%
  • key color value is 5.10%
CMYK:
(0,11,27,5)
C0M11Y27K5 
(0%,11%,27%,5%)
(0.00/0.11/0.27/0.05)	

CMYK percentages

%0
%10.74
%27.27
%5.1

Codes

Color #F2D8B0 in popluar color models

F2D8B0
RGB242216176
HSL36°71.74%81.96%
HSB/HSV36°27.27%94.90%
CMYK0.00%10.74%27.27%
5.10%

Color #F2D8B0 in popluar number systems.

HEXF2D8B0
Decimal242216176
Binary111100101101100010110000
Octal362330260

Shades and tints

Shades of #F2D8B0

#F2D8B0
(242,216,176)
#DCC5A0
(220,197,160)
#C6B290
(198,178,144)
#B09F80
(176,159,128)
#9A8C70
(154,140,112)
#847960
(132,121,96)
#6E6650
(110,102,80)
#585340
(88,83,64)
#424030
(66,64,48)
#2C2D20
(44,45,32)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #F2D8B0

#F2D8B0
(242,216,176)
#F3DBB7
(243,219,183)
#F4DEBE
(244,222,190)
#F5E1C5
(245,225,197)
#F6E4CC
(246,228,204)
#F7E7D3
(247,231,211)
#F8EADA
(248,234,218)
#F9EDE1
(249,237,225)
#FAF0E8
(250,240,232)
#FBF3EF
(251,243,239)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D8B0 color. Also use rgb(242,216,176) instead hex code.

Text Font Color

.myTextColor { color: #F2D8B0; }

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

This text font color is #F2D8B0.


Background Color

.myBgColor { background-color: #F2D8B0; }

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

This div background color is #F2D8B0.


Border color

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

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

This div border color is #F2D8B0.


Opacity

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

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

Text with #F2D8B0 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 #F2D8B0;}

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

This text has shadow with #F2D8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D8B0 on black background.


Color preview on white background

This text has color #F2D8B0 on white background.



Black color preview on #F2D8B0 background

This text has black color on #F2D8B0 background.


White color preview on #F2D8B0 background

This text has white color on #F2D8B0 background.