COLOR #F9D0CF

HEX: #F9D0CF
RGB: (249,208,207)

Color info

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

RGB color model

#F9D0CF color RGB value is (249,208,207).

  • red value is 249;
  • green value is 208;
  • blue value is 207.
RGB:
(249,208,207)
(98%,82%,81%)

RGB channels and saturation

R 249 of 255 = 98%
G 208 of 255 = 82%
B 207 of 255 = 81%

249
208
207

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

Portions of RGB colors in percentages

R + G + B =
249 + 208 + 207 = 664 (100%)
R 249 of 664 ~ 37.5%
G 208 of 664 ~ 31.33%
B 207 of 664 ~ 31.17%

%37.5
%31.33
%31.17

CMYK color model

#F9D0CF color CMYK value is (0,16,17,2).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK:
(0,16,17,2)
C0M16Y17K2 
(0%,16%,17%,2%)
(0.00/0.16/0.17/0.02)	

CMYK percentages

%0
%16.47
%16.87
%2.35

Codes

Color #F9D0CF in popluar color models

F9D0CF
RGB249208207
HSL77.78%89.41%
HSB/HSV16.87%97.65%
CMYK0.00%16.47%16.87%
2.35%

Color #F9D0CF in popluar number systems.

HEXF9D0CF
Decimal249208207
Binary111110011101000011001111
Octal371320317

Shades and tints

Shades of #F9D0CF

#F9D0CF
(249,208,207)
#E3BEBD
(227,190,189)
#CDACAB
(205,172,171)
#B79A99
(183,154,153)
#A18887
(161,136,135)
#8B7675
(139,118,117)
#756463
(117,100,99)
#5F5251
(95,82,81)
#49403F
(73,64,63)
#332E2D
(51,46,45)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #F9D0CF

#F9D0CF
(249,208,207)
#F9D4D3
(249,212,211)
#F9D8D7
(249,216,215)
#F9DCDB
(249,220,219)
#F9E0DF
(249,224,223)
#F9E4E3
(249,228,227)
#F9E8E7
(249,232,231)
#F9ECEB
(249,236,235)
#F9F0EF
(249,240,239)
#F9F4F3
(249,244,243)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D0CF color. Also use rgb(249,208,207) instead hex code.

Text Font Color

.myTextColor { color: #F9D0CF; }

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

This text font color is #F9D0CF.


Background Color

.myBgColor { background-color: #F9D0CF; }

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

This div background color is #F9D0CF.


Border color

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

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

This div border color is #F9D0CF.


Opacity

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

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

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

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

This text has shadow with #F9D0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D0CF on black background.


Color preview on white background

This text has color #F9D0CF on white background.



Black color preview on #F9D0CF background

This text has black color on #F9D0CF background.


White color preview on #F9D0CF background

This text has white color on #F9D0CF background.