COLOR #F9CACD

HEX: #F9CACD RGB: (249,202,205)

Color info

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

RGB color model

#F9CACD color RGB value is (249,202,205).

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

RGB channels and saturation

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

249
202
205

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

Portions of RGB colors in percentages

R + G + B = 249 + 202 + 205 = 656 (100%)
R 249 of 656 ~ 37.96%
G 202 of 656 ~ 30.79%
B 205 of 656 ~ 31.25'%

%37.96
%30.79
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 17.67%
  • key color value is 2.35%

CMYK: (0,19,18,2)
C0M19Y18K2 (0%, 19%, 18%, 2%)
(0.00 / 0.19 / 0.18 / 0.02)

CMYK percentages

%0
%18.88
%17.67
%2.35

Codes

Color #F9CACD in popluar color models

F9 CA CD
RGB 249 202 205
HSL 356° 79.66% 88.43%
HSB/HSV 356° 18.88% 97.65%
CMYK 0.00% 18.88% 17.67%
2.35%

Color #F9CACD in popluar number systems.

HEX F9 CA CD
Decimal 249 202 205
Binary 11111001 11001010 11001101
Octal 371 312 315

Shades and tints

Shades of #F9CACD

#F9CACD
(249,202,205)
#E3B8BB
(227,184,187)
#CDA6A9
(205,166,169)
#B79497
(183,148,151)
#A18285
(161,130,133)
#8B7073
(139,112,115)
#755E61
(117,94,97)
#5F4C4F
(95,76,79)
#493A3D
(73,58,61)
#33282B
(51,40,43)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #F9CACD

#F9CACD
(249,202,205)
#F9CED1
(249,206,209)
#F9D2D5
(249,210,213)
#F9D6D9
(249,214,217)
#F9DADD
(249,218,221)
#F9DEE1
(249,222,225)
#F9E2E5
(249,226,229)
#F9E6E9
(249,230,233)
#F9EAED
(249,234,237)
#F9EEF1
(249,238,241)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CACD; }

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

This text font color is #F9CACD.

Background Color

.myBgColor { background-color: #F9CACD; }

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

This div background color is #F9CACD.

Border color

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

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

This div border color is #F9CACD.

Opacity

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

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

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

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

This text has shadow with #F9CACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CACD.

Preview

Color preview on black background

This text has color #F9CACD on black background.


Color preview on white background

This text has color #F9CACD on white background.


Black color preview on #F9CACD background

This text has black color on #F9CACD background.


White color preview on #F9CACD background

This text has white color on #F9CACD background.


Related colors

Complementary color

Complementary color for #hex is #063532.


I love getcolorcode.com

Triadic colors

1 #CDF9CA and #CACDF9 with #F9CACD are triadic colors.

2 #CDCAF9 and #CAF9CD with #F9CACD are triadic colors.