COLOR #F9CACB

HEX: #F9CACB RGB: (249,202,203)

Color info

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

RGB color model

#F9CACB color RGB value is (249,202,203).

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

RGB channels and saturation

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

249
202
203

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

Portions of RGB colors in percentages

R + G + B = 249 + 202 + 203 = 654 (100%)
R 249 of 654 ~ 38.07%
G 202 of 654 ~ 30.89%
B 203 of 654 ~ 31.04'%

%38.07
%30.89
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 18.47%
  • 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
%18.47
%2.35

Codes

Color #F9CACB in popluar color models

F9 CA CB
RGB 249 202 203
HSL 359° 79.66% 88.43%
HSB/HSV 359° 18.88% 97.65%
CMYK 0.00% 18.88% 18.47%
2.35%

Color #F9CACB in popluar number systems.

HEX F9 CA CB
Decimal 249 202 203
Binary 11111001 11001010 11001011
Octal 371 312 313

Shades and tints

Shades of #F9CACB

#F9CACB
(249,202,203)
#E3B8B9
(227,184,185)
#CDA6A7
(205,166,167)
#B79495
(183,148,149)
#A18283
(161,130,131)
#8B7071
(139,112,113)
#755E5F
(117,94,95)
#5F4C4D
(95,76,77)
#493A3B
(73,58,59)
#332829
(51,40,41)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #F9CACB

#F9CACB
(249,202,203)
#F9CECF
(249,206,207)
#F9D2D3
(249,210,211)
#F9D6D7
(249,214,215)
#F9DADB
(249,218,219)
#F9DEDF
(249,222,223)
#F9E2E3
(249,226,227)
#F9E6E7
(249,230,231)
#F9EAEB
(249,234,235)
#F9EEEF
(249,238,239)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CACB; }

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

This text font color is #F9CACB.

Background Color

.myBgColor { background-color: #F9CACB; }

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

This div background color is #F9CACB.

Border color

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

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

This div border color is #F9CACB.

Opacity

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

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

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

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

This text has shadow with #F9CACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CACB.

Preview

Color preview on black background

This text has color #F9CACB on black background.


Color preview on white background

This text has color #F9CACB on white background.


Black color preview on #F9CACB background

This text has black color on #F9CACB background.


White color preview on #F9CACB background

This text has white color on #F9CACB background.


Related colors

Complementary color

Complementary color for #hex is #063534.


I love getcolorcode.com

Triadic colors

1 #CBF9CA and #CACBF9 with #F9CACB are triadic colors.

2 #CBCAF9 and #CAF9CB with #F9CACB are triadic colors.