Shades of Pink #FBBBCE
Tints of Pink #FBBBCE
RGB
CMYK
RGB Variations
Color information
#FBBBCE (or 0xFBBBCE) is known color: Pink. HEX triplet: FB, BB and CE. RGB value is (251,187,206). Sum of RGB (Red+Green+Blue) = 251+187+206=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBCE is #044431. Grayscale: #D0D0D0. Windows color (decimal): -279602 or 13548539. OLE color: 13548539.
HSL color Cylindrical-coordinate representation of color #FBBBCE: hue angle of 342.19º 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 #FBBBCE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 206 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.02 |
| HSL | 342.19º | 0.89% | 0.86% | - |
| HSV(B) | 342.19º | 0.25% | 0.98% | - |
| XYZ | 68.69 | 60.51 | 66.45 | - |
| YUV | 208.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 206 | 0 | 0.25 | 0.18 | 0.02 | 342.19 | 0.89 | 0.86 |
| Hex | FB | BB | CE | 0 | 19 | 12 | 2 | 156 | 59 | 56 |
| Octal | 373 | 273 | 316 | 0 | 31 | 22 | 2 | 526 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11001110 | 0 | 11001 | 10010 | 10 | 101010110 | 1011001 | 1010110 |
Color Harmonies of #FBBBCE
Complementary color
Monochromatic Colors of #FBBBCE
Black with #FBBBCE
Text Example
Text Example
White with #FBBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBCE; }
p { color: rgb(251,187,206); }
H1.HeaderClassName
{
color: #FBBBCE;
}
.AnyTagClassName
{
color: #FBBBCE;
}
</style>
background-color css
<style>
a { background-color: #FBBBCE; }
a { background-color: rgb(251,187,206); }
div.DivClassName
{
background-color: #FBBBCE;
}
.BgClassName
{
background-color: #FBBBCE;
}
</style>
border-color css
<style>
span { border-color: #FBBBCE; }
span { border-color: rgb(251,187,206); }
td.TdClassName
{
border-color: #FBBBCE;
}
.TagClassName
{
border-color: #FBBBCE;
}
</style>