Shades of Lavender Rose #F0ABDC
Tints of Lavender Rose #F0ABDC
RGB
CMYK
RGB Variations
Color information
#F0ABDC (or 0xF0ABDC) is known color: Lavender Rose. HEX triplet: F0, AB and DC. RGB value is (240,171,220). Sum of RGB (Red+Green+Blue) = 240+171+220=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABDC is #0F5423. Grayscale: #C5C5C5. Windows color (decimal): -1004580 or 14461936. OLE color: 14461936.
HSL color Cylindrical-coordinate representation of color #F0ABDC: hue angle of 317.39º 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 #F0ABDC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 220 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.06 |
| HSL | 317.39º | 0.7% | 0.81% | - |
| HSV(B) | 317.39º | 0.29% | 0.94% | - |
| XYZ | 63.42 | 52.82 | 74.56 | - |
| YUV | 197.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 220 | 0 | 0.29 | 0.08 | 0.06 | 317.39 | 0.7 | 0.81 |
| Hex | F0 | AB | DC | 0 | 1D | 8 | 6 | 13D | 46 | 51 |
| Octal | 360 | 253 | 334 | 0 | 35 | 10 | 6 | 475 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11011100 | 0 | 11101 | 1000 | 110 | 100111101 | 1000110 | 1010001 |
Color Harmonies of #F0ABDC
Complementary color
Monochromatic Colors of #F0ABDC
Black with #F0ABDC
Text Example
Text Example
White with #F0ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABDC; }
p { color: rgb(240,171,220); }
H1.HeaderClassName
{
color: #F0ABDC;
}
.AnyTagClassName
{
color: #F0ABDC;
}
</style>
background-color css
<style>
a { background-color: #F0ABDC; }
a { background-color: rgb(240,171,220); }
div.DivClassName
{
background-color: #F0ABDC;
}
.BgClassName
{
background-color: #F0ABDC;
}
</style>
border-color css
<style>
span { border-color: #F0ABDC; }
span { border-color: rgb(240,171,220); }
td.TdClassName
{
border-color: #F0ABDC;
}
.TagClassName
{
border-color: #F0ABDC;
}
</style>