COLOR #F9CBDC

HEX: #F9CBDC RGB: (249,203,220)

Color info

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

RGB color model

#F9CBDC color RGB value is (249,203,220).

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

RGB channels and saturation

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

249
203
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 203 + 220 = 672 (100%)
R 249 of 672 ~ 37.05%
G 203 of 672 ~ 30.21%
B 220 of 672 ~ 32.74'%

%37.05
%30.21
%32.74

CMYK color model

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

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

Codes

Color #F9CBDC in popluar color models

F9 CB DC
RGB 249 203 220
HSL 338° 79.31% 88.63%
HSB/HSV 338° 18.47% 97.65%
CMYK 0.00% 18.47% 11.65%
2.35%

Color #F9CBDC in popluar number systems.

HEX F9 CB DC
Decimal 249 203 220
Binary 11111001 11001011 11011100
Octal 371 313 334

Shades and tints

Shades of #F9CBDC

#F9CBDC
(249,203,220)
#E3B9C8
(227,185,200)
#CDA7B4
(205,167,180)
#B795A0
(183,149,160)
#A1838C
(161,131,140)
#8B7178
(139,113,120)
#755F64
(117,95,100)
#5F4D50
(95,77,80)
#493B3C
(73,59,60)
#332928
(51,41,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9CBDC

#F9CBDC
(249,203,220)
#F9CFDF
(249,207,223)
#F9D3E2
(249,211,226)
#F9D7E5
(249,215,229)
#F9DBE8
(249,219,232)
#F9DFEB
(249,223,235)
#F9E3EE
(249,227,238)
#F9E7F1
(249,231,241)
#F9EBF4
(249,235,244)
#F9EFF7
(249,239,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CBDC; }

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

This text font color is #F9CBDC.

Background Color

.myBgColor { background-color: #F9CBDC; }

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

This div background color is #F9CBDC.

Border color

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

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

This div border color is #F9CBDC.

Opacity

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

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

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

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

This text has shadow with #F9CBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CBDC.

Preview

Color preview on black background

This text has color #F9CBDC on black background.


Color preview on white background

This text has color #F9CBDC on white background.


Black color preview on #F9CBDC background

This text has black color on #F9CBDC background.


White color preview on #F9CBDC background

This text has white color on #F9CBDC background.


Related colors

Complementary color

Complementary color for #hex is #063423.


I love getcolorcode.com

Triadic colors

1 #DCF9CB and #CBDCF9 with #F9CBDC are triadic colors.

2 #DCCBF9 and #CBF9DC with #F9CBDC are triadic colors.