Shades of Light Pink #FFBBC1
Tints of Light Pink #FFBBC1
RGB
CMYK
RGB Variations
Color information
#FFBBC1 (or 0xFFBBC1) is known color: Light Pink. HEX triplet: FF, BB and C1. RGB value is (255,187,193). Sum of RGB (Red+Green+Blue) = 255+187+193=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC1 is #00443E. Grayscale: #D0D0D0. Windows color (decimal): -17471 or 12696575. OLE color: 12696575.
HSL color Cylindrical-coordinate representation of color #FFBBC1: hue angle of 354.71º 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 #FFBBC1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 193 | - |
| CMYK | 0 | 0.27 | 0.24 | 0 |
| HSL | 354.71º | 1% | 0.87% | - |
| HSV(B) | 354.71º | 0.27% | 1% | - |
| XYZ | 68.64 | 60.65 | 58.54 | - |
| YUV | 208.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 193 | 0 | 0.27 | 0.24 | 0 | 354.71 | 1 | 0.87 |
| Hex | FF | BB | C1 | 0 | 1B | 18 | 0 | 163 | 64 | 57 |
| Octal | 377 | 273 | 301 | 0 | 33 | 30 | 0 | 543 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11000001 | 0 | 11011 | 11000 | 0 | 101100011 | 1100100 | 1010111 |
Color Harmonies of #FFBBC1
Complementary color
Monochromatic Colors of #FFBBC1
Black with #FFBBC1
Text Example
Text Example
White with #FFBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC1; }
p { color: rgb(255,187,193); }
H1.HeaderClassName
{
color: #FFBBC1;
}
.AnyTagClassName
{
color: #FFBBC1;
}
</style>
background-color css
<style>
a { background-color: #FFBBC1; }
a { background-color: rgb(255,187,193); }
div.DivClassName
{
background-color: #FFBBC1;
}
.BgClassName
{
background-color: #FFBBC1;
}
</style>
border-color css
<style>
span { border-color: #FFBBC1; }
span { border-color: rgb(255,187,193); }
td.TdClassName
{
border-color: #FFBBC1;
}
.TagClassName
{
border-color: #FFBBC1;
}
</style>