Shades of Light Pink #FFBBC3
Tints of Light Pink #FFBBC3
RGB
CMYK
RGB Variations
Color information
#FFBBC3 (or 0xFFBBC3) is known color: Light Pink. HEX triplet: FF, BB and C3. RGB value is (255,187,195). Sum of RGB (Red+Green+Blue) = 255+187+195=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC3 is #00443C. Grayscale: #D0D0D0. Windows color (decimal): -17469 or 12827647. OLE color: 12827647.
HSL color Cylindrical-coordinate representation of color #FFBBC3: hue angle of 352.94º 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 #FFBBC3 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 187 | 195 | - |
CMYK | 0 | 0.27 | 0.24 | 0 |
HSL | 352.94º | 1% | 0.87% | - |
HSV(B) | 352.94º | 0.27% | 1% | - |
XYZ | 68.86 | 60.74 | 59.72 | - |
YUV | 208.24 | 120.53 | 161.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 187 | 195 | 0 | 0.27 | 0.24 | 0 | 352.94 | 1 | 0.87 |
Hex | FF | BB | C3 | 0 | 1B | 18 | 0 | 161 | 64 | 57 |
Octal | 377 | 273 | 303 | 0 | 33 | 30 | 0 | 541 | 144 | 127 |
Binary | 11111111 | 10111011 | 11000011 | 0 | 11011 | 11000 | 0 | 101100001 | 1100100 | 1010111 |
Color Harmonies of #FFBBC3
Complementary color
Monochromatic Colors of #FFBBC3
Black with #FFBBC3
Text Example
Text Example
White with #FFBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC3; }
p { color: rgb(255,187,195); }
H1.HeaderClassName
{
color: #FFBBC3;
}
.AnyTagClassName
{
color: #FFBBC3;
}
</style>
background-color css
<style>
a { background-color: #FFBBC3; }
a { background-color: rgb(255,187,195); }
div.DivClassName
{
background-color: #FFBBC3;
}
.BgClassName
{
background-color: #FFBBC3;
}
</style>
border-color css
<style>
span { border-color: #FFBBC3; }
span { border-color: rgb(255,187,195); }
td.TdClassName
{
border-color: #FFBBC3;
}
.TagClassName
{
border-color: #FFBBC3;
}
</style>