Shades of Light Pink #FFB6BB
Tints of Light Pink #FFB6BB
RGB
CMYK
RGB Variations
Color information
#FFB6BB (or 0xFFB6BB) is known color: Light Pink. HEX triplet: FF, B6 and BB. RGB value is (255,182,187). Sum of RGB (Red+Green+Blue) = 255+182+187=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BB is #004944. Grayscale: #CCCCCC. Windows color (decimal): -18757 or 12302079. OLE color: 12302079.
HSL color Cylindrical-coordinate representation of color #FFB6BB: hue angle of 355.89º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6BB is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 187 | - |
| CMYK | 0 | 0.29 | 0.27 | 0 |
| HSL | 355.89º | 1% | 0.86% | - |
| HSV(B) | 355.89º | 0.29% | 1% | - |
| XYZ | 66.94 | 58.3 | 54.74 | - |
| YUV | 204.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 187 | 0 | 0.29 | 0.27 | 0 | 355.89 | 1 | 0.86 |
| Hex | FF | B6 | BB | 0 | 1D | 1B | 0 | 164 | 64 | 56 |
| Octal | 377 | 266 | 273 | 0 | 35 | 33 | 0 | 544 | 144 | 126 |
| Binary | 11111111 | 10110110 | 10111011 | 0 | 11101 | 11011 | 0 | 101100100 | 1100100 | 1010110 |
Color Harmonies of #FFB6BB
Complementary color
Monochromatic Colors of #FFB6BB
Black with #FFB6BB
Text Example
Text Example
White with #FFB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6BB; }
p { color: rgb(255,182,187); }
H1.HeaderClassName
{
color: #FFB6BB;
}
.AnyTagClassName
{
color: #FFB6BB;
}
</style>
background-color css
<style>
a { background-color: #FFB6BB; }
a { background-color: rgb(255,182,187); }
div.DivClassName
{
background-color: #FFB6BB;
}
.BgClassName
{
background-color: #FFB6BB;
}
</style>
border-color css
<style>
span { border-color: #FFB6BB; }
span { border-color: rgb(255,182,187); }
td.TdClassName
{
border-color: #FFB6BB;
}
.TagClassName
{
border-color: #FFB6BB;
}
</style>