Shades of Lavender Pink #F0ABCD
Tints of Lavender Pink #F0ABCD
RGB
CMYK
RGB Variations
Color information
#F0ABCD (or 0xF0ABCD) is known color: Lavender Pink. HEX triplet: F0, AB and CD. RGB value is (240,171,205). Sum of RGB (Red+Green+Blue) = 240+171+205=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABCD is #0F5432. Grayscale: #C3C3C3. Windows color (decimal): -1004595 or 13478896. OLE color: 13478896.
HSL color Cylindrical-coordinate representation of color #F0ABCD: hue angle of 330.43º 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 #F0ABCD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 205 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.06 |
| HSL | 330.43º | 0.7% | 0.81% | - |
| HSV(B) | 330.43º | 0.29% | 0.94% | - |
| XYZ | 61.52 | 52.06 | 64.56 | - |
| YUV | 195.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 205 | 0 | 0.29 | 0.15 | 0.06 | 330.43 | 0.7 | 0.81 |
| Hex | F0 | AB | CD | 0 | 1D | F | 6 | 14A | 46 | 51 |
| Octal | 360 | 253 | 315 | 0 | 35 | 17 | 6 | 512 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11001101 | 0 | 11101 | 1111 | 110 | 101001010 | 1000110 | 1010001 |
Color Harmonies of #F0ABCD
Complementary color
Monochromatic Colors of #F0ABCD
Black with #F0ABCD
Text Example
Text Example
White with #F0ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABCD; }
p { color: rgb(240,171,205); }
H1.HeaderClassName
{
color: #F0ABCD;
}
.AnyTagClassName
{
color: #F0ABCD;
}
</style>
background-color css
<style>
a { background-color: #F0ABCD; }
a { background-color: rgb(240,171,205); }
div.DivClassName
{
background-color: #F0ABCD;
}
.BgClassName
{
background-color: #F0ABCD;
}
</style>
border-color css
<style>
span { border-color: #F0ABCD; }
span { border-color: rgb(240,171,205); }
td.TdClassName
{
border-color: #F0ABCD;
}
.TagClassName
{
border-color: #F0ABCD;
}
</style>