Shades of Pink #FBC5CF
Tints of Pink #FBC5CF
RGB
CMYK
RGB Variations
Color information
#FBC5CF (or 0xFBC5CF) is known color: Pink. HEX triplet: FB, C5 and CF. RGB value is (251,197,207). Sum of RGB (Red+Green+Blue) = 251+197+207=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5CF is #043A30. Grayscale: #D6D6D6. Windows color (decimal): -277041 or 13616635. OLE color: 13616635.
HSL color Cylindrical-coordinate representation of color #FBC5CF: hue angle of 348.89º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5CF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 207 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.02 |
| HSL | 348.89º | 0.87% | 0.88% | - |
| HSV(B) | 348.89º | 0.22% | 0.98% | - |
| XYZ | 71.01 | 64.95 | 67.82 | - |
| YUV | 214.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 207 | 0 | 0.22 | 0.18 | 0.02 | 348.89 | 0.87 | 0.88 |
| Hex | FB | C5 | CF | 0 | 16 | 12 | 2 | 15D | 57 | 58 |
| Octal | 373 | 305 | 317 | 0 | 26 | 22 | 2 | 535 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11001111 | 0 | 10110 | 10010 | 10 | 101011101 | 1010111 | 1011000 |
Color Harmonies of #FBC5CF
Complementary color
Monochromatic Colors of #FBC5CF
Black with #FBC5CF
Text Example
Text Example
White with #FBC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5CF; }
p { color: rgb(251,197,207); }
H1.HeaderClassName
{
color: #FBC5CF;
}
.AnyTagClassName
{
color: #FBC5CF;
}
</style>
background-color css
<style>
a { background-color: #FBC5CF; }
a { background-color: rgb(251,197,207); }
div.DivClassName
{
background-color: #FBC5CF;
}
.BgClassName
{
background-color: #FBC5CF;
}
</style>
border-color css
<style>
span { border-color: #FBC5CF; }
span { border-color: rgb(251,197,207); }
td.TdClassName
{
border-color: #FBC5CF;
}
.TagClassName
{
border-color: #FBC5CF;
}
</style>