Shades of Light Pink #FFB1BB
Tints of Light Pink #FFB1BB
RGB
CMYK
RGB Variations
Color information
#FFB1BB (or 0xFFB1BB) is known color: Light Pink. HEX triplet: FF, B1 and BB. RGB value is (255,177,187). Sum of RGB (Red+Green+Blue) = 255+177+187=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BB is #004E44. Grayscale: #C9C9C9. Windows color (decimal): -20037 or 12300799. OLE color: 12300799.
HSL color Cylindrical-coordinate representation of color #FFB1BB: hue angle of 352.31º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1BB is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 187 | - |
| CMYK | 0 | 0.31 | 0.27 | 0 |
| HSL | 352.31º | 1% | 0.85% | - |
| HSV(B) | 352.31º | 0.31% | 1% | - |
| XYZ | 65.93 | 56.29 | 54.4 | - |
| YUV | 201.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 187 | 0 | 0.31 | 0.27 | 0 | 352.31 | 1 | 0.85 |
| Hex | FF | B1 | BB | 0 | 1F | 1B | 0 | 160 | 64 | 55 |
| Octal | 377 | 261 | 273 | 0 | 37 | 33 | 0 | 540 | 144 | 125 |
| Binary | 11111111 | 10110001 | 10111011 | 0 | 11111 | 11011 | 0 | 101100000 | 1100100 | 1010101 |
Color Harmonies of #FFB1BB
Complementary color
Monochromatic Colors of #FFB1BB
Black with #FFB1BB
Text Example
Text Example
White with #FFB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1BB; }
p { color: rgb(255,177,187); }
H1.HeaderClassName
{
color: #FFB1BB;
}
.AnyTagClassName
{
color: #FFB1BB;
}
</style>
background-color css
<style>
a { background-color: #FFB1BB; }
a { background-color: rgb(255,177,187); }
div.DivClassName
{
background-color: #FFB1BB;
}
.BgClassName
{
background-color: #FFB1BB;
}
</style>
border-color css
<style>
span { border-color: #FFB1BB; }
span { border-color: rgb(255,177,187); }
td.TdClassName
{
border-color: #FFB1BB;
}
.TagClassName
{
border-color: #FFB1BB;
}
</style>