COLOR #F9CBBE

HEX: #F9CBBE RGB: (249,203,190)

Color info

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

RGB color model

#F9CBBE color RGB value is (249,203,190).

RGB: (249,203,190) (98%, 80%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 203 of 255 = 80%
B 190 of 255 = 75%

249
203
190

R + G + B ~ 84%. #F9CBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 203 + 190 = 642 (100%)
R 249 of 642 ~ 38.79%
G 203 of 642 ~ 31.62%
B 190 of 642 ~ 29.6'%

%38.79
%31.62
%29.6

CMYK color model

#F9CBBE color CMYK value is (0,18,24,2).

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

CMYK: (0,18,24,2)
C0M18Y24K2 (0%, 18%, 24%, 2%)
(0.00 / 0.18 / 0.24 / 0.02)

CMYK percentages

%0
%18.47
%23.69
%2.35

Codes

Color #F9CBBE in popluar color models

F9 CB BE
RGB 249 203 190
HSL 13° 83.10% 86.08%
HSB/HSV 13° 23.69% 97.65%
CMYK 0.00% 18.47% 23.69%
2.35%

Color #F9CBBE in popluar number systems.

HEX F9 CB BE
Decimal 249 203 190
Binary 11111001 11001011 10111110
Octal 371 313 276

Shades and tints

Shades of #F9CBBE

#F9CBBE
(249,203,190)
#E3B9AD
(227,185,173)
#CDA79C
(205,167,156)
#B7958B
(183,149,139)
#A1837A
(161,131,122)
#8B7169
(139,113,105)
#755F58
(117,95,88)
#5F4D47
(95,77,71)
#493B36
(73,59,54)
#332925
(51,41,37)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9CBBE

#F9CBBE
(249,203,190)
#F9CFC3
(249,207,195)
#F9D3C8
(249,211,200)
#F9D7CD
(249,215,205)
#F9DBD2
(249,219,210)
#F9DFD7
(249,223,215)
#F9E3DC
(249,227,220)
#F9E7E1
(249,231,225)
#F9EBE6
(249,235,230)
#F9EFEB
(249,239,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CBBE; }

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

This text font color is #F9CBBE.

Background Color

.myBgColor { background-color: #F9CBBE; }

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

This div background color is #F9CBBE.

Border color

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

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

This div border color is #F9CBBE.

Opacity

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

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

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

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

This text has shadow with #F9CBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CBBE.

Preview

Color preview on black background

This text has color #F9CBBE on black background.


Color preview on white background

This text has color #F9CBBE on white background.


Black color preview on #F9CBBE background

This text has black color on #F9CBBE background.


White color preview on #F9CBBE background

This text has white color on #F9CBBE background.


Related colors

Complementary color

Complementary color for #hex is #063441.


I love getcolorcode.com

Triadic colors

1 #BEF9CB and #CBBEF9 with #F9CBBE are triadic colors.

2 #BECBF9 and #CBF9BE with #F9CBBE are triadic colors.