Shades of Lavender Rose #F2ABF3
Tints of Lavender Rose #F2ABF3
RGB
CMYK
RGB Variations
Color information
#F2ABF3 (or 0xF2ABF3) is known color: Lavender Rose. HEX triplet: F2, AB and F3. RGB value is (242,171,243). Sum of RGB (Red+Green+Blue) = 242+171+243=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2ABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ABF3 is #0D540C. Grayscale: #C8C8C8. Windows color (decimal): -873485 or 15969266. OLE color: 15969266.
HSL color Cylindrical-coordinate representation of color #F2ABF3: hue angle of 299.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2ABF3 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 243 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.05 |
| HSL | 299.17º | 0.75% | 0.81% | - |
| HSV(B) | 299.17º | 0.3% | 0.95% | - |
| XYZ | 67.36 | 54.47 | 91.76 | - |
| YUV | 200.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 243 | 0.00 | 0.30 | 0 | 0.05 | 299.17 | 0.75 | 0.81 |
| Hex | F2 | AB | F3 | 0 | 1E | 0 | 5 | 12B | 4B | 51 |
| Octal | 362 | 253 | 363 | 0 | 36 | 0 | 5 | 453 | 113 | 121 |
| Binary | 11110010 | 10101011 | 11110011 | 0 | 11110 | 0 | 101 | 100101011 | 1001011 | 1010001 |
Color Harmonies of #F2ABF3
Complementary color
Monochromatic Colors of #F2ABF3
Black with #F2ABF3
Text Example
Text Example
White with #F2ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABF3; }
p { color: rgb(242,171,243); }
H1.HeaderClassName
{
color: #F2ABF3;
}
.AnyTagClassName
{
color: #F2ABF3;
}
</style>
background-color css
<style>
a { background-color: #F2ABF3; }
a { background-color: rgb(242,171,243); }
div.DivClassName
{
background-color: #F2ABF3;
}
.BgClassName
{
background-color: #F2ABF3;
}
</style>
border-color css
<style>
span { border-color: #F2ABF3; }
span { border-color: rgb(242,171,243); }
td.TdClassName
{
border-color: #F2ABF3;
}
.TagClassName
{
border-color: #F2ABF3;
}
</style>