Shades of Lavender Pink #F0ABD2
Tints of Lavender Pink #F0ABD2
RGB
CMYK
RGB Variations
Color information
#F0ABD2 (or 0xF0ABD2) is known color: Lavender Pink. HEX triplet: F0, AB and D2. RGB value is (240,171,210). Sum of RGB (Red+Green+Blue) = 240+171+210=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABD2 is #0F542D. Grayscale: #C3C3C3. Windows color (decimal): -1004590 or 13806576. OLE color: 13806576.
HSL color Cylindrical-coordinate representation of color #F0ABD2: hue angle of 326.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABD2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 210 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.06 |
| HSL | 326.09º | 0.7% | 0.81% | - |
| HSV(B) | 326.09º | 0.29% | 0.94% | - |
| XYZ | 62.13 | 52.3 | 67.79 | - |
| YUV | 196.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 210 | 0 | 0.29 | 0.12 | 0.06 | 326.09 | 0.7 | 0.81 |
| Hex | F0 | AB | D2 | 0 | 1D | C | 6 | 146 | 46 | 51 |
| Octal | 360 | 253 | 322 | 0 | 35 | 14 | 6 | 506 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11010010 | 0 | 11101 | 1100 | 110 | 101000110 | 1000110 | 1010001 |
Color Harmonies of #F0ABD2
Complementary color
Monochromatic Colors of #F0ABD2
Black with #F0ABD2
Text Example
Text Example
White with #F0ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABD2; }
p { color: rgb(240,171,210); }
H1.HeaderClassName
{
color: #F0ABD2;
}
.AnyTagClassName
{
color: #F0ABD2;
}
</style>
background-color css
<style>
a { background-color: #F0ABD2; }
a { background-color: rgb(240,171,210); }
div.DivClassName
{
background-color: #F0ABD2;
}
.BgClassName
{
background-color: #F0ABD2;
}
</style>
border-color css
<style>
span { border-color: #F0ABD2; }
span { border-color: rgb(240,171,210); }
td.TdClassName
{
border-color: #F0ABD2;
}
.TagClassName
{
border-color: #F0ABD2;
}
</style>