Shades of Lavender Rose #F2A1ED
Tints of Lavender Rose #F2A1ED
RGB
CMYK
RGB Variations
Color information
#F2A1ED (or 0xF2A1ED) is known color: Lavender Rose. HEX triplet: F2, A1 and ED. RGB value is (242,161,237). Sum of RGB (Red+Green+Blue) = 242+161+237=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A1ED is #0D5E12. Grayscale: #C1C1C1. Windows color (decimal): -876051 or 15573490. OLE color: 15573490.
HSL color Cylindrical-coordinate representation of color #F2A1ED: hue angle of 303.7º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A1ED is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 237 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.05 |
| HSL | 303.7º | 0.76% | 0.79% | - |
| HSV(B) | 303.7º | 0.33% | 0.95% | - |
| XYZ | 64.65 | 50.48 | 86.46 | - |
| YUV | 193.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 237 | 0 | 0.33 | 0.02 | 0.05 | 303.7 | 0.76 | 0.79 |
| Hex | F2 | A1 | ED | 0 | 21 | 2 | 5 | 130 | 4C | 4F |
| Octal | 362 | 241 | 355 | 0 | 41 | 2 | 5 | 460 | 114 | 117 |
| Binary | 11110010 | 10100001 | 11101101 | 0 | 100001 | 10 | 101 | 100110000 | 1001100 | 1001111 |
Color Harmonies of #F2A1ED
Complementary color
Monochromatic Colors of #F2A1ED
Black with #F2A1ED
Text Example
Text Example
White with #F2A1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1ED; }
p { color: rgb(242,161,237); }
H1.HeaderClassName
{
color: #F2A1ED;
}
.AnyTagClassName
{
color: #F2A1ED;
}
</style>
background-color css
<style>
a { background-color: #F2A1ED; }
a { background-color: rgb(242,161,237); }
div.DivClassName
{
background-color: #F2A1ED;
}
.BgClassName
{
background-color: #F2A1ED;
}
</style>
border-color css
<style>
span { border-color: #F2A1ED; }
span { border-color: rgb(242,161,237); }
td.TdClassName
{
border-color: #F2A1ED;
}
.TagClassName
{
border-color: #F2A1ED;
}
</style>