COLOR #F9DACA

HEX: #F9DACA RGB: (249,218,202)

Color info

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

RGB color model

#F9DACA color RGB value is (249,218,202).

RGB: (249,218,202) (98%, 85%, 79%)

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 202 of 255 = 79%

249
218
202

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

Portions of RGB colors in percentages

R + G + B = 249 + 218 + 202 = 669 (100%)
R 249 of 669 ~ 37.22%
G 218 of 669 ~ 32.59%
B 202 of 669 ~ 30.19'%

%37.22
%32.59
%30.19

CMYK color model

#F9DACA color CMYK value is (0,12,19,2).

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

CMYK: (0,12,19,2)
C0M12Y19K2 (0%, 12%, 19%, 2%)
(0.00 / 0.12 / 0.19 / 0.02)

CMYK percentages

%0
%12.45
%18.88
%2.35

Codes

Color #F9DACA in popluar color models

F9 DA CA
RGB 249 218 202
HSL 20° 79.66% 88.43%
HSB/HSV 20° 18.88% 97.65%
CMYK 0.00% 12.45% 18.88%
2.35%

Color #F9DACA in popluar number systems.

HEX F9 DA CA
Decimal 249 218 202
Binary 11111001 11011010 11001010
Octal 371 332 312

Shades and tints

Shades of #F9DACA

#F9DACA
(249,218,202)
#E3C7B8
(227,199,184)
#CDB4A6
(205,180,166)
#B7A194
(183,161,148)
#A18E82
(161,142,130)
#8B7B70
(139,123,112)
#75685E
(117,104,94)
#5F554C
(95,85,76)
#49423A
(73,66,58)
#332F28
(51,47,40)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #F9DACA

#F9DACA
(249,218,202)
#F9DDCE
(249,221,206)
#F9E0D2
(249,224,210)
#F9E3D6
(249,227,214)
#F9E6DA
(249,230,218)
#F9E9DE
(249,233,222)
#F9ECE2
(249,236,226)
#F9EFE6
(249,239,230)
#F9F2EA
(249,242,234)
#F9F5EE
(249,245,238)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DACA; }

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

This text font color is #F9DACA.

Background Color

.myBgColor { background-color: #F9DACA; }

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

This div background color is #F9DACA.

Border color

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

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

This div border color is #F9DACA.

Opacity

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

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

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

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

This text has shadow with #F9DACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DACA.

Preview

Color preview on black background

This text has color #F9DACA on black background.


Color preview on white background

This text has color #F9DACA on white background.


Black color preview on #F9DACA background

This text has black color on #F9DACA background.


White color preview on #F9DACA background

This text has white color on #F9DACA background.


Related colors

Complementary color

Complementary color for #hex is #062535.


I love getcolorcode.com

Triadic colors

1 #CAF9DA and #DACAF9 with #F9DACA are triadic colors.

2 #CADAF9 and #DAF9CA with #F9DACA are triadic colors.