Shades of Lavender Pink #FFB0D8
Tints of Lavender Pink #FFB0D8
RGB
CMYK
RGB Variations
Color information
#FFB0D8 (or 0xFFB0D8) is known color: Lavender Pink. HEX triplet: FF, B0 and D8. RGB value is (255,176,216). Sum of RGB (Red+Green+Blue) = 255+176+216=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D8 is #004F27. Grayscale: #CCCCCC. Windows color (decimal): -20264 or 14201087. OLE color: 14201087.
HSL color Cylindrical-coordinate representation of color #FFB0D8: hue angle of 329.62º 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 #FFB0D8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 216 | - |
| CMYK | 0 | 0.31 | 0.15 | 0 |
| HSL | 329.62º | 1% | 0.85% | - |
| HSV(B) | 329.62º | 0.31% | 1% | - |
| XYZ | 69.16 | 57.27 | 72.37 | - |
| YUV | 204.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 216 | 0 | 0.31 | 0.15 | 0 | 329.62 | 1 | 0.85 |
| Hex | FF | B0 | D8 | 0 | 1F | F | 0 | 14A | 64 | 55 |
| Octal | 377 | 260 | 330 | 0 | 37 | 17 | 0 | 512 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11011000 | 0 | 11111 | 1111 | 0 | 101001010 | 1100100 | 1010101 |
Color Harmonies of #FFB0D8
Complementary color
Monochromatic Colors of #FFB0D8
Black with #FFB0D8
Text Example
Text Example
White with #FFB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D8; }
p { color: rgb(255,176,216); }
H1.HeaderClassName
{
color: #FFB0D8;
}
.AnyTagClassName
{
color: #FFB0D8;
}
</style>
background-color css
<style>
a { background-color: #FFB0D8; }
a { background-color: rgb(255,176,216); }
div.DivClassName
{
background-color: #FFB0D8;
}
.BgClassName
{
background-color: #FFB0D8;
}
</style>
border-color css
<style>
span { border-color: #FFB0D8; }
span { border-color: rgb(255,176,216); }
td.TdClassName
{
border-color: #FFB0D8;
}
.TagClassName
{
border-color: #FFB0D8;
}
</style>