Shades of Pink #FBBCC8
Tints of Pink #FBBCC8
RGB
CMYK
RGB Variations
Color information
#FBBCC8 (or 0xFBBCC8) is known color: Pink. HEX triplet: FB, BC and C8. RGB value is (251,188,200). Sum of RGB (Red+Green+Blue) = 251+188+200=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC8 is #044337. Grayscale: #D0D0D0. Windows color (decimal): -279352 or 13155579. OLE color: 13155579.
HSL color Cylindrical-coordinate representation of color #FBBCC8: hue angle of 348.57º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCC8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 200 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 348.57º | 0.89% | 0.86% | - |
| HSV(B) | 348.57º | 0.25% | 0.98% | - |
| XYZ | 68.19 | 60.65 | 62.76 | - |
| YUV | 208.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 200 | 0 | 0.25 | 0.20 | 0.02 | 348.57 | 0.89 | 0.86 |
| Hex | FB | BC | C8 | 0 | 19 | 14 | 2 | 15D | 59 | 56 |
| Octal | 373 | 274 | 310 | 0 | 31 | 24 | 2 | 535 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11001000 | 0 | 11001 | 10100 | 10 | 101011101 | 1011001 | 1010110 |
Color Harmonies of #FBBCC8
Complementary color
Monochromatic Colors of #FBBCC8
Black with #FBBCC8
Text Example
Text Example
White with #FBBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCC8; }
p { color: rgb(251,188,200); }
H1.HeaderClassName
{
color: #FBBCC8;
}
.AnyTagClassName
{
color: #FBBCC8;
}
</style>
background-color css
<style>
a { background-color: #FBBCC8; }
a { background-color: rgb(251,188,200); }
div.DivClassName
{
background-color: #FBBCC8;
}
.BgClassName
{
background-color: #FBBCC8;
}
</style>
border-color css
<style>
span { border-color: #FBBCC8; }
span { border-color: rgb(251,188,200); }
td.TdClassName
{
border-color: #FBBCC8;
}
.TagClassName
{
border-color: #FBBCC8;
}
</style>