Shades of Light Pink #FFBBC6
Tints of Light Pink #FFBBC6
RGB
CMYK
RGB Variations
Color information
#FFBBC6 (or 0xFFBBC6) is known color: Light Pink. HEX triplet: FF, BB and C6. RGB value is (255,187,198). Sum of RGB (Red+Green+Blue) = 255+187+198=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC6 is #004439. Grayscale: #D0D0D0. Windows color (decimal): -17466 or 13024255. OLE color: 13024255.
HSL color Cylindrical-coordinate representation of color #FFBBC6: hue angle of 350.29º 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 #FFBBC6 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 198 | - |
| CMYK | 0 | 0.27 | 0.22 | 0 |
| HSL | 350.29º | 1% | 0.87% | - |
| HSV(B) | 350.29º | 0.27% | 1% | - |
| XYZ | 69.2 | 60.88 | 61.53 | - |
| YUV | 208.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 198 | 0 | 0.27 | 0.22 | 0 | 350.29 | 1 | 0.87 |
| Hex | FF | BB | C6 | 0 | 1B | 16 | 0 | 15E | 64 | 57 |
| Octal | 377 | 273 | 306 | 0 | 33 | 26 | 0 | 536 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11000110 | 0 | 11011 | 10110 | 0 | 101011110 | 1100100 | 1010111 |
Color Harmonies of #FFBBC6
Complementary color
Monochromatic Colors of #FFBBC6
Black with #FFBBC6
Text Example
Text Example
White with #FFBBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC6; }
p { color: rgb(255,187,198); }
H1.HeaderClassName
{
color: #FFBBC6;
}
.AnyTagClassName
{
color: #FFBBC6;
}
</style>
background-color css
<style>
a { background-color: #FFBBC6; }
a { background-color: rgb(255,187,198); }
div.DivClassName
{
background-color: #FFBBC6;
}
.BgClassName
{
background-color: #FFBBC6;
}
</style>
border-color css
<style>
span { border-color: #FFBBC6; }
span { border-color: rgb(255,187,198); }
td.TdClassName
{
border-color: #FFBBC6;
}
.TagClassName
{
border-color: #FFBBC6;
}
</style>