COLOR #F9CCD1

HEX: #F9CCD1
RGB: (249,204,209)

Color info

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

RGB color model

#F9CCD1 color RGB value is (249,204,209).

  • red value is 249;
  • green value is 204;
  • blue value is 209.
RGB:
(249,204,209)
(98%,80%,82%)

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 209 of 255 = 82%

249
204
209

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

Portions of RGB colors in percentages

R + G + B =
249 + 204 + 209 = 662 (100%)
R 249 of 662 ~ 37.61%
G 204 of 662 ~ 30.82%
B 209 of 662 ~ 31.57%

%37.61
%30.82
%31.57

CMYK color model

#F9CCD1 color CMYK value is (0,18,16,2).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(0,18,16,2)
C0M18Y16K2 
(0%,18%,16%,2%)
(0.00/0.18/0.16/0.02)	

CMYK percentages

%0
%18.07
%16.06
%2.35

Codes

Color #F9CCD1 in popluar color models

F9CCD1
RGB249204209
HSL353°78.95%88.82%
HSB/HSV353°18.07%97.65%
CMYK0.00%18.07%16.06%
2.35%

Color #F9CCD1 in popluar number systems.

HEXF9CCD1
Decimal249204209
Binary111110011100110011010001
Octal371314321

Shades and tints

Shades of #F9CCD1

#F9CCD1
(249,204,209)
#E3BABE
(227,186,190)
#CDA8AB
(205,168,171)
#B79698
(183,150,152)
#A18485
(161,132,133)
#8B7272
(139,114,114)
#75605F
(117,96,95)
#5F4E4C
(95,78,76)
#493C39
(73,60,57)
#332A26
(51,42,38)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #F9CCD1

#F9CCD1
(249,204,209)
#F9D0D5
(249,208,213)
#F9D4D9
(249,212,217)
#F9D8DD
(249,216,221)
#F9DCE1
(249,220,225)
#F9E0E5
(249,224,229)
#F9E4E9
(249,228,233)
#F9E8ED
(249,232,237)
#F9ECF1
(249,236,241)
#F9F0F5
(249,240,245)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CCD1 color. Also use rgb(249,204,209) instead hex code.

Text Font Color

.myTextColor { color: #F9CCD1; }

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

This text font color is #F9CCD1.


Background Color

.myBgColor { background-color: #F9CCD1; }

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

This div background color is #F9CCD1.


Border color

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

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

This div border color is #F9CCD1.


Opacity

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

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

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

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

This text has shadow with #F9CCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CCD1 on black background.


Color preview on white background

This text has color #F9CCD1 on white background.



Black color preview on #F9CCD1 background

This text has black color on #F9CCD1 background.


White color preview on #F9CCD1 background

This text has white color on #F9CCD1 background.