COLOR #FFC9BB

HEX: #FFC9BB
RGB: (255,201,187)

Color info

#FFC9BB contains mainly red and green colors. Web safe color of #FFC9BB is #FFCCCC (or #FCC).

RGB color model

#FFC9BB color RGB value is (255,201,187).

  • red value is 255;
  • green value is 201;
  • blue value is 187.
RGB:
(255,201,187)
(100%,79%,73%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 187 of 255 = 73%

255
201
187

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

Portions of RGB colors in percentages

R + G + B =
255 + 201 + 187 = 643 (100%)
R 255 of 643 ~ 39.66%
G 201 of 643 ~ 31.26%
B 187 of 643 ~ 29.08%

%39.66
%31.26
%29.08

CMYK color model

#FFC9BB color CMYK value is (0,21,27,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 26.67%
  • key color value is 0.00%
CMYK:
(0,21,27,0)
C0M21Y27K0 
(0%,21%,27%,0%)
(0.00/0.21/0.27/0.00)	

CMYK percentages

%0
%21.18
%26.67
%0

Codes

Color #FFC9BB in popluar color models

FFC9BB
RGB255201187
HSL12°100.00%86.67%
HSB/HSV12°26.67%100.00%
CMYK0.00%21.18%26.67%
0.00%

Color #FFC9BB in popluar number systems.

HEXFFC9BB
Decimal255201187
Binary111111111100100110111011
Octal377311273

Shades and tints

Shades of #FFC9BB

#FFC9BB
(255,201,187)
#E8B7AA
(232,183,170)
#D1A599
(209,165,153)
#BA9388
(186,147,136)
#A38177
(163,129,119)
#8C6F66
(140,111,102)
#755D55
(117,93,85)
#5E4B44
(94,75,68)
#473933
(71,57,51)
#302722
(48,39,34)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #FFC9BB

#FFC9BB
(255,201,187)
#FFCDC1
(255,205,193)
#FFD1C7
(255,209,199)
#FFD5CD
(255,213,205)
#FFD9D3
(255,217,211)
#FFDDD9
(255,221,217)
#FFE1DF
(255,225,223)
#FFE5E5
(255,229,229)
#FFE9EB
(255,233,235)
#FFEDF1
(255,237,241)
#FFF1F7
(255,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC9BB color. Also use rgb(255,201,187) instead hex code.

Text Font Color

.myTextColor { color: #FFC9BB; }

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

This text font color is #FFC9BB.


Background Color

.myBgColor { background-color: #FFC9BB; }

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

This div background color is #FFC9BB.


Border color

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

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

This div border color is #FFC9BB.


Opacity

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

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

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

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

This text has shadow with #FFC9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC9BB on black background.


Color preview on white background

This text has color #FFC9BB on white background.



Black color preview on #FFC9BB background

This text has black color on #FFC9BB background.


White color preview on #FFC9BB background

This text has white color on #FFC9BB background.