COLOR #FBC9D2

HEX: #FBC9D2
RGB: (251,201,210)

Color info

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

RGB color model

#FBC9D2 color RGB value is (251,201,210).

  • red value is 251;
  • green value is 201;
  • blue value is 210.
RGB:
(251,201,210)
(98%,79%,82%)

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 210 of 255 = 82%

251
201
210

R + G + B ~ 86%. #FBC9D2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 201 + 210 = 662 (100%)
R 251 of 662 ~ 37.92%
G 201 of 662 ~ 30.36%
B 210 of 662 ~ 31.72%

%37.92
%30.36
%31.72

CMYK color model

#FBC9D2 color CMYK value is (0,20,16,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(0,20,16,2)
C0M20Y16K2 
(0%,20%,16%,2%)
(0.00/0.20/0.16/0.02)	

CMYK percentages

%0
%19.92
%16.33
%1.57

Codes

Color #FBC9D2 in popluar color models

FBC9D2
RGB251201210
HSL349°86.21%88.63%
HSB/HSV349°19.92%98.43%
CMYK0.00%19.92%16.33%
1.57%

Color #FBC9D2 in popluar number systems.

HEXFBC9D2
Decimal251201210
Binary111110111100100111010010
Octal373311322

Shades and tints

Shades of #FBC9D2

#FBC9D2
(251,201,210)
#E5B7BF
(229,183,191)
#CFA5AC
(207,165,172)
#B99399
(185,147,153)
#A38186
(163,129,134)
#8D6F73
(141,111,115)
#775D60
(119,93,96)
#614B4D
(97,75,77)
#4B393A
(75,57,58)
#352727
(53,39,39)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #FBC9D2

#FBC9D2
(251,201,210)
#FBCDD6
(251,205,214)
#FBD1DA
(251,209,218)
#FBD5DE
(251,213,222)
#FBD9E2
(251,217,226)
#FBDDE6
(251,221,230)
#FBE1EA
(251,225,234)
#FBE5EE
(251,229,238)
#FBE9F2
(251,233,242)
#FBEDF6
(251,237,246)
#FBF1FA
(251,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBC9D2 color. Also use rgb(251,201,210) instead hex code.

Text Font Color

.myTextColor { color: #FBC9D2; }

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

This text font color is #FBC9D2.


Background Color

.myBgColor { background-color: #FBC9D2; }

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

This div background color is #FBC9D2.


Border color

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

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

This div border color is #FBC9D2.


Opacity

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

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

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

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

This text has shadow with #FBC9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC9D2 on black background.


Color preview on white background

This text has color #FBC9D2 on white background.



Black color preview on #FBC9D2 background

This text has black color on #FBC9D2 background.


White color preview on #FBC9D2 background

This text has white color on #FBC9D2 background.