Shades of Light Pink #FFB9BB
Tints of Light Pink #FFB9BB
RGB
CMYK
RGB Variations
Color information
#FFB9BB (or 0xFFB9BB) is known color: Light Pink. HEX triplet: FF, B9 and BB. RGB value is (255,185,187). Sum of RGB (Red+Green+Blue) = 255+185+187=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9BB is #004644. Grayscale: #CECECE. Windows color (decimal): -17989 or 12302847. OLE color: 12302847.
HSL color Cylindrical-coordinate representation of color #FFB9BB: hue angle of 358.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9BB is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 187 | - |
| CMYK | 0 | 0.27 | 0.27 | 0 |
| HSL | 358.29º | 1% | 0.86% | - |
| HSV(B) | 358.29º | 0.27% | 1% | - |
| XYZ | 67.56 | 59.55 | 54.95 | - |
| YUV | 206.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 187 | 0 | 0.27 | 0.27 | 0 | 358.29 | 1 | 0.86 |
| Hex | FF | B9 | BB | 0 | 1B | 1B | 0 | 166 | 64 | 56 |
| Octal | 377 | 271 | 273 | 0 | 33 | 33 | 0 | 546 | 144 | 126 |
| Binary | 11111111 | 10111001 | 10111011 | 0 | 11011 | 11011 | 0 | 101100110 | 1100100 | 1010110 |
Color Harmonies of #FFB9BB
Complementary color
Monochromatic Colors of #FFB9BB
Black with #FFB9BB
Text Example
Text Example
White with #FFB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9BB; }
p { color: rgb(255,185,187); }
H1.HeaderClassName
{
color: #FFB9BB;
}
.AnyTagClassName
{
color: #FFB9BB;
}
</style>
background-color css
<style>
a { background-color: #FFB9BB; }
a { background-color: rgb(255,185,187); }
div.DivClassName
{
background-color: #FFB9BB;
}
.BgClassName
{
background-color: #FFB9BB;
}
</style>
border-color css
<style>
span { border-color: #FFB9BB; }
span { border-color: rgb(255,185,187); }
td.TdClassName
{
border-color: #FFB9BB;
}
.TagClassName
{
border-color: #FFB9BB;
}
</style>