COLOR #F2DEBC

HEX: #F2DEBC
RGB: (242,222,188)

Color info

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

RGB color model

#F2DEBC color RGB value is (242,222,188).

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

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 188 of 255 = 74%

242
222
188

R + G + B ~ 85%. #F2DEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 222 + 188 = 652 (100%)
R 242 of 652 ~ 37.12%
G 222 of 652 ~ 34.05%
B 188 of 652 ~ 28.83%

%37.12
%34.05
%28.83

CMYK color model

#F2DEBC color CMYK value is (0,8,22,5).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 22.31%
  • key color value is 5.10%
CMYK:
(0,8,22,5)
C0M8Y22K5 
(0%,8%,22%,5%)
(0.00/0.08/0.22/0.05)	

CMYK percentages

%0
%8.26
%22.31
%5.1

Codes

Color #F2DEBC in popluar color models

F2DEBC
RGB242222188
HSL38°67.50%84.31%
HSB/HSV38°22.31%94.90%
CMYK0.00%8.26%22.31%
5.10%

Color #F2DEBC in popluar number systems.

HEXF2DEBC
Decimal242222188
Binary111100101101111010111100
Octal362336274

Shades and tints

Shades of #F2DEBC

#F2DEBC
(242,222,188)
#DCCAAB
(220,202,171)
#C6B69A
(198,182,154)
#B0A289
(176,162,137)
#9A8E78
(154,142,120)
#847A67
(132,122,103)
#6E6656
(110,102,86)
#585245
(88,82,69)
#423E34
(66,62,52)
#2C2A23
(44,42,35)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #F2DEBC

#F2DEBC
(242,222,188)
#F3E1C2
(243,225,194)
#F4E4C8
(244,228,200)
#F5E7CE
(245,231,206)
#F6EAD4
(246,234,212)
#F7EDDA
(247,237,218)
#F8F0E0
(248,240,224)
#F9F3E6
(249,243,230)
#FAF6EC
(250,246,236)
#FBF9F2
(251,249,242)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DEBC; }

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

This text font color is #F2DEBC.


Background Color

.myBgColor { background-color: #F2DEBC; }

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

This div background color is #F2DEBC.


Border color

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

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

This div border color is #F2DEBC.


Opacity

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

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

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

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

This text has shadow with #F2DEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DEBC on black background.


Color preview on white background

This text has color #F2DEBC on white background.



Black color preview on #F2DEBC background

This text has black color on #F2DEBC background.


White color preview on #F2DEBC background

This text has white color on #F2DEBC background.