Shades of Light Pink #FFBBC0
Tints of Light Pink #FFBBC0
RGB
CMYK
RGB Variations
Color information
#FFBBC0 (or 0xFFBBC0) is known color: Light Pink. HEX triplet: FF, BB and C0. RGB value is (255,187,192). Sum of RGB (Red+Green+Blue) = 255+187+192=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC0 is #00443F. Grayscale: #CFCFCF. Windows color (decimal): -17472 or 12631039. OLE color: 12631039.
HSL color Cylindrical-coordinate representation of color #FFBBC0: hue angle of 355.59º 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 #FFBBC0 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 192 | - |
| CMYK | 0 | 0.27 | 0.25 | 0 |
| HSL | 355.59º | 1% | 0.87% | - |
| HSV(B) | 355.59º | 0.27% | 1% | - |
| XYZ | 68.52 | 60.61 | 57.96 | - |
| YUV | 207.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 192 | 0 | 0.27 | 0.25 | 0 | 355.59 | 1 | 0.87 |
| Hex | FF | BB | C0 | 0 | 1B | 19 | 0 | 164 | 64 | 57 |
| Octal | 377 | 273 | 300 | 0 | 33 | 31 | 0 | 544 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11000000 | 0 | 11011 | 11001 | 0 | 101100100 | 1100100 | 1010111 |
Color Harmonies of #FFBBC0
Complementary color
Monochromatic Colors of #FFBBC0
Black with #FFBBC0
Text Example
Text Example
White with #FFBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC0; }
p { color: rgb(255,187,192); }
H1.HeaderClassName
{
color: #FFBBC0;
}
.AnyTagClassName
{
color: #FFBBC0;
}
</style>
background-color css
<style>
a { background-color: #FFBBC0; }
a { background-color: rgb(255,187,192); }
div.DivClassName
{
background-color: #FFBBC0;
}
.BgClassName
{
background-color: #FFBBC0;
}
</style>
border-color css
<style>
span { border-color: #FFBBC0; }
span { border-color: rgb(255,187,192); }
td.TdClassName
{
border-color: #FFBBC0;
}
.TagClassName
{
border-color: #FFBBC0;
}
</style>