COLOR #F9CBD5

HEX: #F9CBD5 RGB: (249,203,213)

Color info

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

RGB color model

#F9CBD5 color RGB value is (249,203,213).

RGB: (249,203,213) (98%, 80%, 84%)

RGB channels and saturation

R 249 of 255 = 98%
G 203 of 255 = 80%
B 213 of 255 = 84%

249
203
213

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

Portions of RGB colors in percentages

R + G + B = 249 + 203 + 213 = 665 (100%)
R 249 of 665 ~ 37.44%
G 203 of 665 ~ 30.53%
B 213 of 665 ~ 32.03'%

%37.44
%30.53
%32.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 14.46%
  • key color value is 2.35%

CMYK: (0,18,14,2)
C0M18Y14K2 (0%, 18%, 14%, 2%)
(0.00 / 0.18 / 0.14 / 0.02)

CMYK percentages

%0
%18.47
%14.46
%2.35

Codes

Color #F9CBD5 in popluar color models

F9 CB D5
RGB 249 203 213
HSL 347° 79.31% 88.63%
HSB/HSV 347° 18.47% 97.65%
CMYK 0.00% 18.47% 14.46%
2.35%

Color #F9CBD5 in popluar number systems.

HEX F9 CB D5
Decimal 249 203 213
Binary 11111001 11001011 11010101
Octal 371 313 325

Shades and tints

Shades of #F9CBD5

#F9CBD5
(249,203,213)
#E3B9C2
(227,185,194)
#CDA7AF
(205,167,175)
#B7959C
(183,149,156)
#A18389
(161,131,137)
#8B7176
(139,113,118)
#755F63
(117,95,99)
#5F4D50
(95,77,80)
#493B3D
(73,59,61)
#33292A
(51,41,42)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9CBD5

#F9CBD5
(249,203,213)
#F9CFD8
(249,207,216)
#F9D3DB
(249,211,219)
#F9D7DE
(249,215,222)
#F9DBE1
(249,219,225)
#F9DFE4
(249,223,228)
#F9E3E7
(249,227,231)
#F9E7EA
(249,231,234)
#F9EBED
(249,235,237)
#F9EFF0
(249,239,240)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CBD5; }

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

This text font color is #F9CBD5.

Background Color

.myBgColor { background-color: #F9CBD5; }

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

This div background color is #F9CBD5.

Border color

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

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

This div border color is #F9CBD5.

Opacity

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

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

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

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

This text has shadow with #F9CBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CBD5.

Preview

Color preview on black background

This text has color #F9CBD5 on black background.


Color preview on white background

This text has color #F9CBD5 on white background.


Black color preview on #F9CBD5 background

This text has black color on #F9CBD5 background.


White color preview on #F9CBD5 background

This text has white color on #F9CBD5 background.


Related colors

Complementary color

Complementary color for #hex is #06342A.


I love getcolorcode.com

Triadic colors

1 #D5F9CB and #CBD5F9 with #F9CBD5 are triadic colors.

2 #D5CBF9 and #CBF9D5 with #F9CBD5 are triadic colors.