Shades of Pink #FFBBCA
Tints of Pink #FFBBCA
RGB
CMYK
RGB Variations
Color information
#FFBBCA (or 0xFFBBCA) is known color: Pink. HEX triplet: FF, BB and CA. RGB value is (255,187,202). Sum of RGB (Red+Green+Blue) = 255+187+202=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCA is #004435. Grayscale: #D1D1D1. Windows color (decimal): -17462 or 13286399. OLE color: 13286399.
HSL color Cylindrical-coordinate representation of color #FFBBCA: hue angle of 346.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBCA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 202 | - |
| CMYK | 0 | 0.27 | 0.21 | 0 |
| HSL | 346.76º | 1% | 0.87% | - |
| HSV(B) | 346.76º | 0.27% | 1% | - |
| XYZ | 69.67 | 61.06 | 63.99 | - |
| YUV | 209.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 202 | 0 | 0.27 | 0.21 | 0 | 346.76 | 1 | 0.87 |
| Hex | FF | BB | CA | 0 | 1B | 15 | 0 | 15B | 64 | 57 |
| Octal | 377 | 273 | 312 | 0 | 33 | 25 | 0 | 533 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001010 | 0 | 11011 | 10101 | 0 | 101011011 | 1100100 | 1010111 |
Color Harmonies of #FFBBCA
Complementary color
Monochromatic Colors of #FFBBCA
Black with #FFBBCA
Text Example
Text Example
White with #FFBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBCA; }
p { color: rgb(255,187,202); }
H1.HeaderClassName
{
color: #FFBBCA;
}
.AnyTagClassName
{
color: #FFBBCA;
}
</style>
background-color css
<style>
a { background-color: #FFBBCA; }
a { background-color: rgb(255,187,202); }
div.DivClassName
{
background-color: #FFBBCA;
}
.BgClassName
{
background-color: #FFBBCA;
}
</style>
border-color css
<style>
span { border-color: #FFBBCA; }
span { border-color: rgb(255,187,202); }
td.TdClassName
{
border-color: #FFBBCA;
}
.TagClassName
{
border-color: #FFBBCA;
}
</style>