COLOR #F9CDDD

HEX: #F9CDDD
RGB: (249,205,221)

Color info

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

RGB color model

#F9CDDD color RGB value is (249,205,221).

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

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 221 of 255 = 87%

249
205
221

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

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 221 = 675 (100%)
R 249 of 675 ~ 36.89%
G 205 of 675 ~ 30.37%
B 221 of 675 ~ 32.74%

%36.89
%30.37
%32.74

CMYK color model

#F9CDDD color CMYK value is (0,18,11,2).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,18,11,2)
C0M18Y11K2 
(0%,18%,11%,2%)
(0.00/0.18/0.11/0.02)	

CMYK percentages

%0
%17.67
%11.24
%2.35

Codes

Color #F9CDDD in popluar color models

F9CDDD
RGB249205221
HSL338°78.57%89.02%
HSB/HSV338°17.67%97.65%
CMYK0.00%17.67%11.24%
2.35%

Color #F9CDDD in popluar number systems.

HEXF9CDDD
Decimal249205221
Binary111110011100110111011101
Octal371315335

Shades and tints

Shades of #F9CDDD

#F9CDDD
(249,205,221)
#E3BBC9
(227,187,201)
#CDA9B5
(205,169,181)
#B797A1
(183,151,161)
#A1858D
(161,133,141)
#8B7379
(139,115,121)
#756165
(117,97,101)
#5F4F51
(95,79,81)
#493D3D
(73,61,61)
#332B29
(51,43,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #F9CDDD

#F9CDDD
(249,205,221)
#F9D1E0
(249,209,224)
#F9D5E3
(249,213,227)
#F9D9E6
(249,217,230)
#F9DDE9
(249,221,233)
#F9E1EC
(249,225,236)
#F9E5EF
(249,229,239)
#F9E9F2
(249,233,242)
#F9EDF5
(249,237,245)
#F9F1F8
(249,241,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CDDD; }

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

This text font color is #F9CDDD.


Background Color

.myBgColor { background-color: #F9CDDD; }

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

This div background color is #F9CDDD.


Border color

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

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

This div border color is #F9CDDD.


Opacity

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

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

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

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

This text has shadow with #F9CDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CDDD on black background.


Color preview on white background

This text has color #F9CDDD on white background.



Black color preview on #F9CDDD background

This text has black color on #F9CDDD background.


White color preview on #F9CDDD background

This text has white color on #F9CDDD background.