COLOR #F9CDD7

HEX: #F9CDD7
RGB: (249,205,215)

Color info

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

RGB color model

#F9CDD7 color RGB value is (249,205,215).

  • red value is 249;
  • green value is 205;
  • blue value is 215.
RGB:
(249,205,215)
(98%,80%,84%)

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 215 of 255 = 84%

249
205
215

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

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 215 = 669 (100%)
R 249 of 669 ~ 37.22%
G 205 of 669 ~ 30.64%
B 215 of 669 ~ 32.14%

%37.22
%30.64
%32.14

CMYK color model

#F9CDD7 color CMYK value is (0,18,14,2).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(0,18,14,2)
C0M18Y14K2 
(0%,18%,14%,2%)
(0.00/0.18/0.14/0.02)	

CMYK percentages

%0
%17.67
%13.65
%2.35

Codes

Color #F9CDD7 in popluar color models

F9CDD7
RGB249205215
HSL346°78.57%89.02%
HSB/HSV346°17.67%97.65%
CMYK0.00%17.67%13.65%
2.35%

Color #F9CDD7 in popluar number systems.

HEXF9CDD7
Decimal249205215
Binary111110011100110111010111
Octal371315327

Shades and tints

Shades of #F9CDD7

#F9CDD7
(249,205,215)
#E3BBC4
(227,187,196)
#CDA9B1
(205,169,177)
#B7979E
(183,151,158)
#A1858B
(161,133,139)
#8B7378
(139,115,120)
#756165
(117,97,101)
#5F4F52
(95,79,82)
#493D3F
(73,61,63)
#332B2C
(51,43,44)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9CDD7

#F9CDD7
(249,205,215)
#F9D1DA
(249,209,218)
#F9D5DD
(249,213,221)
#F9D9E0
(249,217,224)
#F9DDE3
(249,221,227)
#F9E1E6
(249,225,230)
#F9E5E9
(249,229,233)
#F9E9EC
(249,233,236)
#F9EDEF
(249,237,239)
#F9F1F2
(249,241,242)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CDD7 color. Also use rgb(249,205,215) instead hex code.

Text Font Color

.myTextColor { color: #F9CDD7; }

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

This text font color is #F9CDD7.


Background Color

.myBgColor { background-color: #F9CDD7; }

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

This div background color is #F9CDD7.


Border color

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

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

This div border color is #F9CDD7.


Opacity

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

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

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

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

This text has shadow with #F9CDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CDD7 on black background.


Color preview on white background

This text has color #F9CDD7 on white background.



Black color preview on #F9CDD7 background

This text has black color on #F9CDD7 background.


White color preview on #F9CDD7 background

This text has white color on #F9CDD7 background.