COLOR #F2DEB0

HEX: #F2DEB0
RGB: (242,222,176)

Color info

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

RGB color model

#F2DEB0 color RGB value is (242,222,176).

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

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 176 of 255 = 69%

242
222
176

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

Portions of RGB colors in percentages

R + G + B =
242 + 222 + 176 = 640 (100%)
R 242 of 640 ~ 37.81%
G 222 of 640 ~ 34.69%
B 176 of 640 ~ 27.5%

%37.81
%34.69
%27.5

CMYK color model

#F2DEB0 color CMYK value is (0,8,27,5).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 27.27%
  • key color value is 5.10%
CMYK:
(0,8,27,5)
C0M8Y27K5 
(0%,8%,27%,5%)
(0.00/0.08/0.27/0.05)	

CMYK percentages

%0
%8.26
%27.27
%5.1

Codes

Color #F2DEB0 in popluar color models

F2DEB0
RGB242222176
HSL42°71.74%81.96%
HSB/HSV42°27.27%94.90%
CMYK0.00%8.26%27.27%
5.10%

Color #F2DEB0 in popluar number systems.

HEXF2DEB0
Decimal242222176
Binary111100101101111010110000
Octal362336260

Shades and tints

Shades of #F2DEB0

#F2DEB0
(242,222,176)
#DCCAA0
(220,202,160)
#C6B690
(198,182,144)
#B0A280
(176,162,128)
#9A8E70
(154,142,112)
#847A60
(132,122,96)
#6E6650
(110,102,80)
#585240
(88,82,64)
#423E30
(66,62,48)
#2C2A20
(44,42,32)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #F2DEB0

#F2DEB0
(242,222,176)
#F3E1B7
(243,225,183)
#F4E4BE
(244,228,190)
#F5E7C5
(245,231,197)
#F6EACC
(246,234,204)
#F7EDD3
(247,237,211)
#F8F0DA
(248,240,218)
#F9F3E1
(249,243,225)
#FAF6E8
(250,246,232)
#FBF9EF
(251,249,239)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DEB0; }

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

This text font color is #F2DEB0.


Background Color

.myBgColor { background-color: #F2DEB0; }

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

This div background color is #F2DEB0.


Border color

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

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

This div border color is #F2DEB0.


Opacity

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

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

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

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

This text has shadow with #F2DEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DEB0 on black background.


Color preview on white background

This text has color #F2DEB0 on white background.



Black color preview on #F2DEB0 background

This text has black color on #F2DEB0 background.


White color preview on #F2DEB0 background

This text has white color on #F2DEB0 background.