Shades of Pink #FBC9CF
Tints of Pink #FBC9CF
RGB
CMYK
RGB Variations
Color information
#FBC9CF (or 0xFBC9CF) is known color: Pink. HEX triplet: FB, C9 and CF. RGB value is (251,201,207). Sum of RGB (Red+Green+Blue) = 251+201+207=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CF is #043630. Grayscale: #D8D8D8. Windows color (decimal): -276017 or 13617659. OLE color: 13617659.
HSL color Cylindrical-coordinate representation of color #FBC9CF: hue angle of 352.8º 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 #FBC9CF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 207 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.02 |
| HSL | 352.8º | 0.86% | 0.89% | - |
| HSV(B) | 352.8º | 0.2% | 0.98% | - |
| XYZ | 71.93 | 66.79 | 68.13 | - |
| YUV | 216.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 207 | 0 | 0.20 | 0.18 | 0.02 | 352.8 | 0.86 | 0.89 |
| Hex | FB | C9 | CF | 0 | 14 | 12 | 2 | 161 | 56 | 59 |
| Octal | 373 | 311 | 317 | 0 | 24 | 22 | 2 | 541 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11001111 | 0 | 10100 | 10010 | 10 | 101100001 | 1010110 | 1011001 |
Color Harmonies of #FBC9CF
Complementary color
Monochromatic Colors of #FBC9CF
Black with #FBC9CF
Text Example
Text Example
White with #FBC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9CF; }
p { color: rgb(251,201,207); }
H1.HeaderClassName
{
color: #FBC9CF;
}
.AnyTagClassName
{
color: #FBC9CF;
}
</style>
background-color css
<style>
a { background-color: #FBC9CF; }
a { background-color: rgb(251,201,207); }
div.DivClassName
{
background-color: #FBC9CF;
}
.BgClassName
{
background-color: #FBC9CF;
}
</style>
border-color css
<style>
span { border-color: #FBC9CF; }
span { border-color: rgb(251,201,207); }
td.TdClassName
{
border-color: #FBC9CF;
}
.TagClassName
{
border-color: #FBC9CF;
}
</style>