COLOR #F9CBDB

HEX: #F9CBDB RGB: (249,203,219)

Color info

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

RGB color model

#F9CBDB color RGB value is (249,203,219).

RGB: (249,203,219) (98%, 80%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 203 of 255 = 80%
B 219 of 255 = 86%

249
203
219

R + G + B ~ 88%. #F9CBDB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 203 + 219 = 671 (100%)
R 249 of 671 ~ 37.11%
G 203 of 671 ~ 30.25%
B 219 of 671 ~ 32.64'%

%37.11
%30.25
%32.64

CMYK color model

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

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

CMYK: (0,18,12,2)
C0M18Y12K2 (0%, 18%, 12%, 2%)
(0.00 / 0.18 / 0.12 / 0.02)

CMYK percentages

%0
%18.47
%12.05
%2.35

Codes

Color #F9CBDB in popluar color models

F9 CB DB
RGB 249 203 219
HSL 339° 79.31% 88.63%
HSB/HSV 339° 18.47% 97.65%
CMYK 0.00% 18.47% 12.05%
2.35%

Color #F9CBDB in popluar number systems.

HEX F9 CB DB
Decimal 249 203 219
Binary 11111001 11001011 11011011
Octal 371 313 333

Shades and tints

Shades of #F9CBDB

#F9CBDB
(249,203,219)
#E3B9C8
(227,185,200)
#CDA7B5
(205,167,181)
#B795A2
(183,149,162)
#A1838F
(161,131,143)
#8B717C
(139,113,124)
#755F69
(117,95,105)
#5F4D56
(95,77,86)
#493B43
(73,59,67)
#332930
(51,41,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #F9CBDB

#F9CBDB
(249,203,219)
#F9CFDE
(249,207,222)
#F9D3E1
(249,211,225)
#F9D7E4
(249,215,228)
#F9DBE7
(249,219,231)
#F9DFEA
(249,223,234)
#F9E3ED
(249,227,237)
#F9E7F0
(249,231,240)
#F9EBF3
(249,235,243)
#F9EFF6
(249,239,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CBDB; }

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

This text font color is #F9CBDB.

Background Color

.myBgColor { background-color: #F9CBDB; }

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

This div background color is #F9CBDB.

Border color

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

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

This div border color is #F9CBDB.

Opacity

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

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

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

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

This text has shadow with #F9CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CBDB.

Preview

Color preview on black background

This text has color #F9CBDB on black background.


Color preview on white background

This text has color #F9CBDB on white background.


Black color preview on #F9CBDB background

This text has black color on #F9CBDB background.


White color preview on #F9CBDB background

This text has white color on #F9CBDB background.


Related colors

Complementary color

Complementary color for #hex is #063424.


I love getcolorcode.com

Triadic colors

1 #DBF9CB and #CBDBF9 with #F9CBDB are triadic colors.

2 #DBCBF9 and #CBF9DB with #F9CBDB are triadic colors.