COLOR #F9CFDC

HEX: #F9CFDC
RGB: (249,207,220)

Color info

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

RGB color model

#F9CFDC color RGB value is (249,207,220).

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

RGB channels and saturation

R 249 of 255 = 98%
G 207 of 255 = 81%
B 220 of 255 = 86%

249
207
220

R + G + B ~ 88%. #F9CFDC is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 207 + 220 = 676 (100%)
R 249 of 676 ~ 36.83%
G 207 of 676 ~ 30.62%
B 220 of 676 ~ 32.54%

%36.83
%30.62
%32.54

CMYK color model

#F9CFDC color CMYK value is (0,17,12,2).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(0,17,12,2)
C0M17Y12K2 
(0%,17%,12%,2%)
(0.00/0.17/0.12/0.02)	

CMYK percentages

%0
%16.87
%11.65
%2.35

Codes

Color #F9CFDC in popluar color models

F9CFDC
RGB249207220
HSL341°77.78%89.41%
HSB/HSV341°16.87%97.65%
CMYK0.00%16.87%11.65%
2.35%

Color #F9CFDC in popluar number systems.

HEXF9CFDC
Decimal249207220
Binary111110011100111111011100
Octal371317334

Shades and tints

Shades of #F9CFDC

#F9CFDC
(249,207,220)
#E3BDC8
(227,189,200)
#CDABB4
(205,171,180)
#B799A0
(183,153,160)
#A1878C
(161,135,140)
#8B7578
(139,117,120)
#756364
(117,99,100)
#5F5150
(95,81,80)
#493F3C
(73,63,60)
#332D28
(51,45,40)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #F9CFDC

#F9CFDC
(249,207,220)
#F9D3DF
(249,211,223)
#F9D7E2
(249,215,226)
#F9DBE5
(249,219,229)
#F9DFE8
(249,223,232)
#F9E3EB
(249,227,235)
#F9E7EE
(249,231,238)
#F9EBF1
(249,235,241)
#F9EFF4
(249,239,244)
#F9F3F7
(249,243,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CFDC; }

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

This text font color is #F9CFDC.


Background Color

.myBgColor { background-color: #F9CFDC; }

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

This div background color is #F9CFDC.


Border color

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

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

This div border color is #F9CFDC.


Opacity

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

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

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

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

This text has shadow with #F9CFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CFDC on black background.


Color preview on white background

This text has color #F9CFDC on white background.



Black color preview on #F9CFDC background

This text has black color on #F9CFDC background.


White color preview on #F9CFDC background

This text has white color on #F9CFDC background.