Shades of Lavender Pink #F0ABD3
Tints of Lavender Pink #F0ABD3
RGB
CMYK
RGB Variations
Color information
#F0ABD3 (or 0xF0ABD3) is known color: Lavender Pink. HEX triplet: F0, AB and D3. RGB value is (240,171,211). Sum of RGB (Red+Green+Blue) = 240+171+211=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABD3 is #0F542C. Grayscale: #C4C4C4. Windows color (decimal): -1004589 or 13872112. OLE color: 13872112.
HSL color Cylindrical-coordinate representation of color #F0ABD3: hue angle of 325.22º 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 #F0ABD3 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 211 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.06 |
| HSL | 325.22º | 0.7% | 0.81% | - |
| HSV(B) | 325.22º | 0.29% | 0.94% | - |
| XYZ | 62.26 | 52.35 | 68.45 | - |
| YUV | 196.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 211 | 0 | 0.29 | 0.12 | 0.06 | 325.22 | 0.7 | 0.81 |
| Hex | F0 | AB | D3 | 0 | 1D | C | 6 | 145 | 46 | 51 |
| Octal | 360 | 253 | 323 | 0 | 35 | 14 | 6 | 505 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11010011 | 0 | 11101 | 1100 | 110 | 101000101 | 1000110 | 1010001 |
Color Harmonies of #F0ABD3
Complementary color
Monochromatic Colors of #F0ABD3
Black with #F0ABD3
Text Example
Text Example
White with #F0ABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABD3; }
p { color: rgb(240,171,211); }
H1.HeaderClassName
{
color: #F0ABD3;
}
.AnyTagClassName
{
color: #F0ABD3;
}
</style>
background-color css
<style>
a { background-color: #F0ABD3; }
a { background-color: rgb(240,171,211); }
div.DivClassName
{
background-color: #F0ABD3;
}
.BgClassName
{
background-color: #F0ABD3;
}
</style>
border-color css
<style>
span { border-color: #F0ABD3; }
span { border-color: rgb(240,171,211); }
td.TdClassName
{
border-color: #F0ABD3;
}
.TagClassName
{
border-color: #F0ABD3;
}
</style>