Shades of Light Pink #FFB0B1
Tints of Light Pink #FFB0B1
RGB
CMYK
RGB Variations
Color information
#FFB0B1 (or 0xFFB0B1) is known color: Light Pink. HEX triplet: FF, B0 and B1. RGB value is (255,176,177). Sum of RGB (Red+Green+Blue) = 255+176+177=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB0B1 is #004F4E. Grayscale: #C7C7C7. Windows color (decimal): -20303 or 11645183. OLE color: 11645183.
HSL color Cylindrical-coordinate representation of color #FFB0B1: hue angle of 359.24º 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 #FFB0B1 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 177 | - |
| CMYK | 0 | 0.31 | 0.31 | 0 |
| HSL | 359.24º | 1% | 0.85% | - |
| HSV(B) | 359.24º | 0.31% | 1% | - |
| XYZ | 64.7 | 55.48 | 48.89 | - |
| YUV | 199.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 177 | 0 | 0.31 | 0.31 | 0 | 359.24 | 1 | 0.85 |
| Hex | FF | B0 | B1 | 0 | 1F | 1F | 0 | 167 | 64 | 55 |
| Octal | 377 | 260 | 261 | 0 | 37 | 37 | 0 | 547 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10110001 | 0 | 11111 | 11111 | 0 | 101100111 | 1100100 | 1010101 |
Color Harmonies of #FFB0B1
Complementary color
Monochromatic Colors of #FFB0B1
Black with #FFB0B1
Text Example
Text Example
White with #FFB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0B1; }
p { color: rgb(255,176,177); }
H1.HeaderClassName
{
color: #FFB0B1;
}
.AnyTagClassName
{
color: #FFB0B1;
}
</style>
background-color css
<style>
a { background-color: #FFB0B1; }
a { background-color: rgb(255,176,177); }
div.DivClassName
{
background-color: #FFB0B1;
}
.BgClassName
{
background-color: #FFB0B1;
}
</style>
border-color css
<style>
span { border-color: #FFB0B1; }
span { border-color: rgb(255,176,177); }
td.TdClassName
{
border-color: #FFB0B1;
}
.TagClassName
{
border-color: #FFB0B1;
}
</style>