Shades of Pink #FBC9D0
Tints of Pink #FBC9D0
RGB
CMYK
RGB Variations
Color information
#FBC9D0 (or 0xFBC9D0) is known color: Pink. HEX triplet: FB, C9 and D0. RGB value is (251,201,208). Sum of RGB (Red+Green+Blue) = 251+201+208=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9D0 is #04362F. Grayscale: #D8D8D8. Windows color (decimal): -276016 or 13683195. OLE color: 13683195.
HSL color Cylindrical-coordinate representation of color #FBC9D0: hue angle of 351.6º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9D0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 208 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 351.6º | 0.86% | 0.89% | - |
| HSV(B) | 351.6º | 0.2% | 0.98% | - |
| XYZ | 72.06 | 66.84 | 68.78 | - |
| YUV | 216.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 208 | 0 | 0.20 | 0.17 | 0.02 | 351.6 | 0.86 | 0.89 |
| Hex | FB | C9 | D0 | 0 | 14 | 11 | 2 | 160 | 56 | 59 |
| Octal | 373 | 311 | 320 | 0 | 24 | 21 | 2 | 540 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11010000 | 0 | 10100 | 10001 | 10 | 101100000 | 1010110 | 1011001 |
Color Harmonies of #FBC9D0
Complementary color
Monochromatic Colors of #FBC9D0
Black with #FBC9D0
Text Example
Text Example
White with #FBC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9D0; }
p { color: rgb(251,201,208); }
H1.HeaderClassName
{
color: #FBC9D0;
}
.AnyTagClassName
{
color: #FBC9D0;
}
</style>
background-color css
<style>
a { background-color: #FBC9D0; }
a { background-color: rgb(251,201,208); }
div.DivClassName
{
background-color: #FBC9D0;
}
.BgClassName
{
background-color: #FBC9D0;
}
</style>
border-color css
<style>
span { border-color: #FBC9D0; }
span { border-color: rgb(251,201,208); }
td.TdClassName
{
border-color: #FBC9D0;
}
.TagClassName
{
border-color: #FBC9D0;
}
</style>