Shades of Light Pink #FFBBC5
Tints of Light Pink #FFBBC5
RGB
CMYK
RGB Variations
Color information
#FFBBC5 (or 0xFFBBC5) is known color: Light Pink. HEX triplet: FF, BB and C5. RGB value is (255,187,197). Sum of RGB (Red+Green+Blue) = 255+187+197=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC5 is #00443A. Grayscale: #D0D0D0. Windows color (decimal): -17467 or 12958719. OLE color: 12958719.
HSL color Cylindrical-coordinate representation of color #FFBBC5: hue angle of 351.18º 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 #FFBBC5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 197 | - |
| CMYK | 0 | 0.27 | 0.23 | 0 |
| HSL | 351.18º | 1% | 0.87% | - |
| HSV(B) | 351.18º | 0.27% | 1% | - |
| XYZ | 69.09 | 60.83 | 60.92 | - |
| YUV | 208.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 197 | 0 | 0.27 | 0.23 | 0 | 351.18 | 1 | 0.87 |
| Hex | FF | BB | C5 | 0 | 1B | 17 | 0 | 15F | 64 | 57 |
| Octal | 377 | 273 | 305 | 0 | 33 | 27 | 0 | 537 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11000101 | 0 | 11011 | 10111 | 0 | 101011111 | 1100100 | 1010111 |
Color Harmonies of #FFBBC5
Complementary color
Monochromatic Colors of #FFBBC5
Black with #FFBBC5
Text Example
Text Example
White with #FFBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC5; }
p { color: rgb(255,187,197); }
H1.HeaderClassName
{
color: #FFBBC5;
}
.AnyTagClassName
{
color: #FFBBC5;
}
</style>
background-color css
<style>
a { background-color: #FFBBC5; }
a { background-color: rgb(255,187,197); }
div.DivClassName
{
background-color: #FFBBC5;
}
.BgClassName
{
background-color: #FFBBC5;
}
</style>
border-color css
<style>
span { border-color: #FFBBC5; }
span { border-color: rgb(255,187,197); }
td.TdClassName
{
border-color: #FFBBC5;
}
.TagClassName
{
border-color: #FFBBC5;
}
</style>