Shades of Lavender Pink #FFB0D9
Tints of Lavender Pink #FFB0D9
RGB
CMYK
RGB Variations
Color information
#FFB0D9 (or 0xFFB0D9) is known color: Lavender Pink. HEX triplet: FF, B0 and D9. RGB value is (255,176,217). Sum of RGB (Red+Green+Blue) = 255+176+217=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0D9 is #004F26. Grayscale: #CCCCCC. Windows color (decimal): -20263 or 14266623. OLE color: 14266623.
HSL color Cylindrical-coordinate representation of color #FFB0D9: hue angle of 328.86º 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 #FFB0D9 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 217 | - |
| CMYK | 0 | 0.31 | 0.15 | 0 |
| HSL | 328.86º | 1% | 0.85% | - |
| HSV(B) | 328.86º | 0.31% | 1% | - |
| XYZ | 69.29 | 57.32 | 73.06 | - |
| YUV | 204.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 217 | 0 | 0.31 | 0.15 | 0 | 328.86 | 1 | 0.85 |
| Hex | FF | B0 | D9 | 0 | 1F | F | 0 | 149 | 64 | 55 |
| Octal | 377 | 260 | 331 | 0 | 37 | 17 | 0 | 511 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11011001 | 0 | 11111 | 1111 | 0 | 101001001 | 1100100 | 1010101 |
Color Harmonies of #FFB0D9
Complementary color
Monochromatic Colors of #FFB0D9
Black with #FFB0D9
Text Example
Text Example
White with #FFB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0D9; }
p { color: rgb(255,176,217); }
H1.HeaderClassName
{
color: #FFB0D9;
}
.AnyTagClassName
{
color: #FFB0D9;
}
</style>
background-color css
<style>
a { background-color: #FFB0D9; }
a { background-color: rgb(255,176,217); }
div.DivClassName
{
background-color: #FFB0D9;
}
.BgClassName
{
background-color: #FFB0D9;
}
</style>
border-color css
<style>
span { border-color: #FFB0D9; }
span { border-color: rgb(255,176,217); }
td.TdClassName
{
border-color: #FFB0D9;
}
.TagClassName
{
border-color: #FFB0D9;
}
</style>