Shades of Lavender Rose #F2ABF0
Tints of Lavender Rose #F2ABF0
RGB
CMYK
RGB Variations
Color information
#F2ABF0 (or 0xF2ABF0) is known color: Lavender Rose. HEX triplet: F2, AB and F0. RGB value is (242,171,240). Sum of RGB (Red+Green+Blue) = 242+171+240=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF0 is #0D540F. Grayscale: #C7C7C7. Windows color (decimal): -873488 or 15772658. OLE color: 15772658.
HSL color Cylindrical-coordinate representation of color #F2ABF0: hue angle of 301.69º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABF0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 240 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.05 |
| HSL | 301.69º | 0.73% | 0.81% | - |
| HSV(B) | 301.69º | 0.29% | 0.95% | - |
| XYZ | 66.91 | 54.29 | 89.39 | - |
| YUV | 200.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 240 | 0 | 0.29 | 0.01 | 0.05 | 301.69 | 0.73 | 0.81 |
| Hex | F2 | AB | F0 | 0 | 1D | 1 | 5 | 12E | 49 | 51 |
| Octal | 362 | 253 | 360 | 0 | 35 | 1 | 5 | 456 | 111 | 121 |
| Binary | 11110010 | 10101011 | 11110000 | 0 | 11101 | 1 | 101 | 100101110 | 1001001 | 1010001 |
Color Harmonies of #F2ABF0
Complementary color
Monochromatic Colors of #F2ABF0
Black with #F2ABF0
Text Example
Text Example
White with #F2ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABF0; }
p { color: rgb(242,171,240); }
H1.HeaderClassName
{
color: #F2ABF0;
}
.AnyTagClassName
{
color: #F2ABF0;
}
</style>
background-color css
<style>
a { background-color: #F2ABF0; }
a { background-color: rgb(242,171,240); }
div.DivClassName
{
background-color: #F2ABF0;
}
.BgClassName
{
background-color: #F2ABF0;
}
</style>
border-color css
<style>
span { border-color: #F2ABF0; }
span { border-color: rgb(242,171,240); }
td.TdClassName
{
border-color: #F2ABF0;
}
.TagClassName
{
border-color: #F2ABF0;
}
</style>