Shades of Pink #FBC8D1
Tints of Pink #FBC8D1
RGB
CMYK
RGB Variations
Color information
#FBC8D1 (or 0xFBC8D1) is known color: Pink. HEX triplet: FB, C8 and D1. RGB value is (251,200,209). Sum of RGB (Red+Green+Blue) = 251+200+209=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8D1 is #04372E. Grayscale: #D8D8D8. Windows color (decimal): -276271 or 13748475. OLE color: 13748475.
HSL color Cylindrical-coordinate representation of color #FBC8D1: hue angle of 349.41º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8D1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 209 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 349.41º | 0.86% | 0.88% | - |
| HSV(B) | 349.41º | 0.2% | 0.98% | - |
| XYZ | 71.95 | 66.42 | 69.35 | - |
| YUV | 216.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 209 | 0 | 0.20 | 0.17 | 0.02 | 349.41 | 0.86 | 0.88 |
| Hex | FB | C8 | D1 | 0 | 14 | 11 | 2 | 15D | 56 | 58 |
| Octal | 373 | 310 | 321 | 0 | 24 | 21 | 2 | 535 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11010001 | 0 | 10100 | 10001 | 10 | 101011101 | 1010110 | 1011000 |
Color Harmonies of #FBC8D1
Complementary color
Monochromatic Colors of #FBC8D1
Black with #FBC8D1
Text Example
Text Example
White with #FBC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8D1; }
p { color: rgb(251,200,209); }
H1.HeaderClassName
{
color: #FBC8D1;
}
.AnyTagClassName
{
color: #FBC8D1;
}
</style>
background-color css
<style>
a { background-color: #FBC8D1; }
a { background-color: rgb(251,200,209); }
div.DivClassName
{
background-color: #FBC8D1;
}
.BgClassName
{
background-color: #FBC8D1;
}
</style>
border-color css
<style>
span { border-color: #FBC8D1; }
span { border-color: rgb(251,200,209); }
td.TdClassName
{
border-color: #FBC8D1;
}
.TagClassName
{
border-color: #FBC8D1;
}
</style>