Shades of Pink #FBC8D0
Tints of Pink #FBC8D0
RGB
CMYK
RGB Variations
Color information
#FBC8D0 (or 0xFBC8D0) is known color: Pink. HEX triplet: FB, C8 and D0. RGB value is (251,200,208). Sum of RGB (Red+Green+Blue) = 251+200+208=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8D0 is #04372F. Grayscale: #D8D8D8. Windows color (decimal): -276272 or 13682939. OLE color: 13682939.
HSL color Cylindrical-coordinate representation of color #FBC8D0: hue angle of 350.59º 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 #FBC8D0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 208 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 350.59º | 0.86% | 0.88% | - |
| HSV(B) | 350.59º | 0.2% | 0.98% | - |
| XYZ | 71.82 | 66.37 | 68.7 | - |
| YUV | 216.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 208 | 0 | 0.20 | 0.17 | 0.02 | 350.59 | 0.86 | 0.88 |
| Hex | FB | C8 | D0 | 0 | 14 | 11 | 2 | 15F | 56 | 58 |
| Octal | 373 | 310 | 320 | 0 | 24 | 21 | 2 | 537 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11010000 | 0 | 10100 | 10001 | 10 | 101011111 | 1010110 | 1011000 |
Color Harmonies of #FBC8D0
Complementary color
Monochromatic Colors of #FBC8D0
Black with #FBC8D0
Text Example
Text Example
White with #FBC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8D0; }
p { color: rgb(251,200,208); }
H1.HeaderClassName
{
color: #FBC8D0;
}
.AnyTagClassName
{
color: #FBC8D0;
}
</style>
background-color css
<style>
a { background-color: #FBC8D0; }
a { background-color: rgb(251,200,208); }
div.DivClassName
{
background-color: #FBC8D0;
}
.BgClassName
{
background-color: #FBC8D0;
}
</style>
border-color css
<style>
span { border-color: #FBC8D0; }
span { border-color: rgb(251,200,208); }
td.TdClassName
{
border-color: #FBC8D0;
}
.TagClassName
{
border-color: #FBC8D0;
}
</style>