COLOR #F2DCBD

HEX: #F2DCBD
RGB: (242,220,189)

Color info

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

RGB color model

#F2DCBD color RGB value is (242,220,189).

  • red value is 242;
  • green value is 220;
  • blue value is 189.
RGB:
(242,220,189)
(95%,86%,74%)

RGB channels and saturation

R 242 of 255 = 95%
G 220 of 255 = 86%
B 189 of 255 = 74%

242
220
189

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 189 = 651 (100%)
R 242 of 651 ~ 37.17%
G 220 of 651 ~ 33.79%
B 189 of 651 ~ 29.03%

%37.17
%33.79
%29.03

CMYK color model

#F2DCBD color CMYK value is (0,9,22,5).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,9,22,5)
C0M9Y22K5 
(0%,9%,22%,5%)
(0.00/0.09/0.22/0.05)	

CMYK percentages

%0
%9.09
%21.9
%5.1

Codes

Color #F2DCBD in popluar color models

F2DCBD
RGB242220189
HSL35°67.09%84.51%
HSB/HSV35°21.90%94.90%
CMYK0.00%9.09%21.90%
5.10%

Color #F2DCBD in popluar number systems.

HEXF2DCBD
Decimal242220189
Binary111100101101110010111101
Octal362334275

Shades and tints

Shades of #F2DCBD

#F2DCBD
(242,220,189)
#DCC8AC
(220,200,172)
#C6B49B
(198,180,155)
#B0A08A
(176,160,138)
#9A8C79
(154,140,121)
#847868
(132,120,104)
#6E6457
(110,100,87)
#585046
(88,80,70)
#423C35
(66,60,53)
#2C2824
(44,40,36)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #F2DCBD

#F2DCBD
(242,220,189)
#F3DFC3
(243,223,195)
#F4E2C9
(244,226,201)
#F5E5CF
(245,229,207)
#F6E8D5
(246,232,213)
#F7EBDB
(247,235,219)
#F8EEE1
(248,238,225)
#F9F1E7
(249,241,231)
#FAF4ED
(250,244,237)
#FBF7F3
(251,247,243)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DCBD color. Also use rgb(242,220,189) instead hex code.

Text Font Color

.myTextColor { color: #F2DCBD; }

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

This text font color is #F2DCBD.


Background Color

.myBgColor { background-color: #F2DCBD; }

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

This div background color is #F2DCBD.


Border color

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

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

This div border color is #F2DCBD.


Opacity

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

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

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

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

This text has shadow with #F2DCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCBD on black background.


Color preview on white background

This text has color #F2DCBD on white background.



Black color preview on #F2DCBD background

This text has black color on #F2DCBD background.


White color preview on #F2DCBD background

This text has white color on #F2DCBD background.