Shades of Light Pink #FFB0B9
Tints of Light Pink #FFB0B9
RGB
CMYK
RGB Variations
Color information
#FFB0B9 (or 0xFFB0B9) is known color: Light Pink. HEX triplet: FF, B0 and B9. RGB value is (255,176,185). Sum of RGB (Red+Green+Blue) = 255+176+185=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0B9 is #004F46. Grayscale: #C8C8C8. Windows color (decimal): -20295 or 12169471. OLE color: 12169471.
HSL color Cylindrical-coordinate representation of color #FFB0B9: hue angle of 353.16º 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 #FFB0B9 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 185 | - |
| CMYK | 0 | 0.31 | 0.27 | 0 |
| HSL | 353.16º | 1% | 0.85% | - |
| HSV(B) | 353.16º | 0.31% | 1% | - |
| XYZ | 65.52 | 55.81 | 53.22 | - |
| YUV | 200.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 185 | 0 | 0.31 | 0.27 | 0 | 353.16 | 1 | 0.85 |
| Hex | FF | B0 | B9 | 0 | 1F | 1B | 0 | 161 | 64 | 55 |
| Octal | 377 | 260 | 271 | 0 | 37 | 33 | 0 | 541 | 144 | 125 |
| Binary | 11111111 | 10110000 | 10111001 | 0 | 11111 | 11011 | 0 | 101100001 | 1100100 | 1010101 |
Color Harmonies of #FFB0B9
Complementary color
Monochromatic Colors of #FFB0B9
Black with #FFB0B9
Text Example
Text Example
White with #FFB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0B9; }
p { color: rgb(255,176,185); }
H1.HeaderClassName
{
color: #FFB0B9;
}
.AnyTagClassName
{
color: #FFB0B9;
}
</style>
background-color css
<style>
a { background-color: #FFB0B9; }
a { background-color: rgb(255,176,185); }
div.DivClassName
{
background-color: #FFB0B9;
}
.BgClassName
{
background-color: #FFB0B9;
}
</style>
border-color css
<style>
span { border-color: #FFB0B9; }
span { border-color: rgb(255,176,185); }
td.TdClassName
{
border-color: #FFB0B9;
}
.TagClassName
{
border-color: #FFB0B9;
}
</style>