COLOR #F9DFC2

HEX: #F9DFC2
RGB: (249,223,194)

Color info

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

RGB color model

#F9DFC2 color RGB value is (249,223,194).

  • red value is 249;
  • green value is 223;
  • blue value is 194.
RGB:
(249,223,194)
(98%,87%,76%)

RGB channels and saturation

R 249 of 255 = 98%
G 223 of 255 = 87%
B 194 of 255 = 76%

249
223
194

R + G + B ~ 87%. #F9DFC2 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 223 + 194 = 666 (100%)
R 249 of 666 ~ 37.39%
G 223 of 666 ~ 33.48%
B 194 of 666 ~ 29.13%

%37.39
%33.48
%29.13

CMYK color model

#F9DFC2 color CMYK value is (0,10,22,2).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 22.09%
  • key color value is 2.35%
CMYK:
(0,10,22,2)
C0M10Y22K2 
(0%,10%,22%,2%)
(0.00/0.10/0.22/0.02)	

CMYK percentages

%0
%10.44
%22.09
%2.35

Codes

Color #F9DFC2 in popluar color models

F9DFC2
RGB249223194
HSL32°82.09%86.86%
HSB/HSV32°22.09%97.65%
CMYK0.00%10.44%22.09%
2.35%

Color #F9DFC2 in popluar number systems.

HEXF9DFC2
Decimal249223194
Binary111110011101111111000010
Octal371337302

Shades and tints

Shades of #F9DFC2

#F9DFC2
(249,223,194)
#E3CBB1
(227,203,177)
#CDB7A0
(205,183,160)
#B7A38F
(183,163,143)
#A18F7E
(161,143,126)
#8B7B6D
(139,123,109)
#75675C
(117,103,92)
#5F534B
(95,83,75)
#493F3A
(73,63,58)
#332B29
(51,43,41)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #F9DFC2

#F9DFC2
(249,223,194)
#F9E1C7
(249,225,199)
#F9E3CC
(249,227,204)
#F9E5D1
(249,229,209)
#F9E7D6
(249,231,214)
#F9E9DB
(249,233,219)
#F9EBE0
(249,235,224)
#F9EDE5
(249,237,229)
#F9EFEA
(249,239,234)
#F9F1EF
(249,241,239)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DFC2 color. Also use rgb(249,223,194) instead hex code.

Text Font Color

.myTextColor { color: #F9DFC2; }

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

This text font color is #F9DFC2.


Background Color

.myBgColor { background-color: #F9DFC2; }

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

This div background color is #F9DFC2.


Border color

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

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

This div border color is #F9DFC2.


Opacity

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

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

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

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

This text has shadow with #F9DFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DFC2 on black background.


Color preview on white background

This text has color #F9DFC2 on white background.



Black color preview on #F9DFC2 background

This text has black color on #F9DFC2 background.


White color preview on #F9DFC2 background

This text has white color on #F9DFC2 background.