Shades of Light Pink #FFBBC2
Tints of Light Pink #FFBBC2
RGB
CMYK
RGB Variations
Color information
#FFBBC2 (or 0xFFBBC2) is known color: Light Pink. HEX triplet: FF, BB and C2. RGB value is (255,187,194). Sum of RGB (Red+Green+Blue) = 255+187+194=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC2 is #00443D. Grayscale: #D0D0D0. Windows color (decimal): -17470 or 12762111. OLE color: 12762111.
HSL color Cylindrical-coordinate representation of color #FFBBC2: hue angle of 353.82º 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 #FFBBC2 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 187 | 194 | - |
CMYK | 0 | 0.27 | 0.24 | 0 |
HSL | 353.82º | 1% | 0.87% | - |
HSV(B) | 353.82º | 0.27% | 1% | - |
XYZ | 68.75 | 60.7 | 59.13 | - |
YUV | 208.13 | 120.03 | 161.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 187 | 194 | 0 | 0.27 | 0.24 | 0 | 353.82 | 1 | 0.87 |
Hex | FF | BB | C2 | 0 | 1B | 18 | 0 | 162 | 64 | 57 |
Octal | 377 | 273 | 302 | 0 | 33 | 30 | 0 | 542 | 144 | 127 |
Binary | 11111111 | 10111011 | 11000010 | 0 | 11011 | 11000 | 0 | 101100010 | 1100100 | 1010111 |
Color Harmonies of #FFBBC2
Complementary color
Monochromatic Colors of #FFBBC2
Black with #FFBBC2
Text Example
Text Example
White with #FFBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC2; }
p { color: rgb(255,187,194); }
H1.HeaderClassName
{
color: #FFBBC2;
}
.AnyTagClassName
{
color: #FFBBC2;
}
</style>
background-color css
<style>
a { background-color: #FFBBC2; }
a { background-color: rgb(255,187,194); }
div.DivClassName
{
background-color: #FFBBC2;
}
.BgClassName
{
background-color: #FFBBC2;
}
</style>
border-color css
<style>
span { border-color: #FFBBC2; }
span { border-color: rgb(255,187,194); }
td.TdClassName
{
border-color: #FFBBC2;
}
.TagClassName
{
border-color: #FFBBC2;
}
</style>