Shades of Lavender Pink #FFB0DD
Tints of Lavender Pink #FFB0DD
RGB
CMYK
RGB Variations
Color information
#FFB0DD (or 0xFFB0DD) is known color: Lavender Pink. HEX triplet: FF, B0 and DD. RGB value is (255,176,221). Sum of RGB (Red+Green+Blue) = 255+176+221=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0DD is #004F22. Grayscale: #CCCCCC. Windows color (decimal): -20259 or 14528767. OLE color: 14528767.
HSL color Cylindrical-coordinate representation of color #FFB0DD: hue angle of 325.82º 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 #FFB0DD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 221 | - |
| CMYK | 0 | 0.31 | 0.13 | 0 |
| HSL | 325.82º | 1% | 0.85% | - |
| HSV(B) | 325.82º | 0.31% | 1% | - |
| XYZ | 69.82 | 57.53 | 75.83 | - |
| YUV | 204.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 221 | 0 | 0.31 | 0.13 | 0 | 325.82 | 1 | 0.85 |
| Hex | FF | B0 | DD | 0 | 1F | D | 0 | 146 | 64 | 55 |
| Octal | 377 | 260 | 335 | 0 | 37 | 15 | 0 | 506 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11011101 | 0 | 11111 | 1101 | 0 | 101000110 | 1100100 | 1010101 |
Color Harmonies of #FFB0DD
Complementary color
Monochromatic Colors of #FFB0DD
Black with #FFB0DD
Text Example
Text Example
White with #FFB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0DD; }
p { color: rgb(255,176,221); }
H1.HeaderClassName
{
color: #FFB0DD;
}
.AnyTagClassName
{
color: #FFB0DD;
}
</style>
background-color css
<style>
a { background-color: #FFB0DD; }
a { background-color: rgb(255,176,221); }
div.DivClassName
{
background-color: #FFB0DD;
}
.BgClassName
{
background-color: #FFB0DD;
}
</style>
border-color css
<style>
span { border-color: #FFB0DD; }
span { border-color: rgb(255,176,221); }
td.TdClassName
{
border-color: #FFB0DD;
}
.TagClassName
{
border-color: #FFB0DD;
}
</style>