COLOR #F9CDCD

HEX: #F9CDCD RGB: (249,205,205)

Color info

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

RGB color model

#F9CDCD color RGB value is (249,205,205).

RGB: (249,205,205) (98%, 80%, 80%)

RGB channels and saturation

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

249
205
205

R + G + B ~ 86%. #F9CDCD is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 205 + 205 = 659 (100%)
R 249 of 659 ~ 37.78%
G 205 of 659 ~ 31.11%
B 205 of 659 ~ 31.11'%

%37.78
%31.11
%31.11

CMYK color model

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

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

CMYK percentages

%0
%17.67
%17.67
%2.35

Codes

Color #F9CDCD in popluar color models

F9 CD CD
RGB 249 205 205
HSL 78.57% 89.02%
HSB/HSV 17.67% 97.65%
CMYK 0.00% 17.67% 17.67%
2.35%

Color #F9CDCD in popluar number systems.

HEX F9 CD CD
Decimal 249 205 205
Binary 11111001 11001101 11001101
Octal 371 315 315

Shades and tints

Shades of #F9CDCD

#F9CDCD
(249,205,205)
#E3BBBB
(227,187,187)
#CDA9A9
(205,169,169)
#B79797
(183,151,151)
#A18585
(161,133,133)
#8B7373
(139,115,115)
#756161
(117,97,97)
#5F4F4F
(95,79,79)
#493D3D
(73,61,61)
#332B2B
(51,43,43)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9CDCD

#F9CDCD
(249,205,205)
#F9D1D1
(249,209,209)
#F9D5D5
(249,213,213)
#F9D9D9
(249,217,217)
#F9DDDD
(249,221,221)
#F9E1E1
(249,225,225)
#F9E5E5
(249,229,229)
#F9E9E9
(249,233,233)
#F9EDED
(249,237,237)
#F9F1F1
(249,241,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CDCD; }

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

This text font color is #F9CDCD.

Background Color

.myBgColor { background-color: #F9CDCD; }

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

This div background color is #F9CDCD.

Border color

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

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

This div border color is #F9CDCD.

Opacity

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

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

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

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

This text has shadow with #F9CDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CDCD.

Preview

Color preview on black background

This text has color #F9CDCD on black background.


Color preview on white background

This text has color #F9CDCD on white background.


Black color preview on #F9CDCD background

This text has black color on #F9CDCD background.


White color preview on #F9CDCD background

This text has white color on #F9CDCD background.


Related colors

Complementary color

Complementary color for #hex is #063232.


I love getcolorcode.com