Shades of Lavender Rose #F2A5EA
Tints of Lavender Rose #F2A5EA
RGB
CMYK
RGB Variations
Color information
#F2A5EA (or 0xF2A5EA) is known color: Lavender Rose. HEX triplet: F2, A5 and EA. RGB value is (242,165,234). Sum of RGB (Red+Green+Blue) = 242+165+234=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 165 (64.84% from 255 or 25.74% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5EA is #0D5A15. Grayscale: #C3C3C3. Windows color (decimal): -875030 or 15377906. OLE color: 15377906.
HSL color Cylindrical-coordinate representation of color #F2A5EA: hue angle of 306.23º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A5EA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 234 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.05 |
| HSL | 306.23º | 0.75% | 0.8% | - |
| HSV(B) | 306.23º | 0.32% | 0.95% | - |
| XYZ | 64.92 | 51.73 | 84.4 | - |
| YUV | 195.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 234 | 0 | 0.32 | 0.03 | 0.05 | 306.23 | 0.75 | 0.8 |
| Hex | F2 | A5 | EA | 0 | 20 | 3 | 5 | 132 | 4B | 50 |
| Octal | 362 | 245 | 352 | 0 | 40 | 3 | 5 | 462 | 113 | 120 |
| Binary | 11110010 | 10100101 | 11101010 | 0 | 100000 | 11 | 101 | 100110010 | 1001011 | 1010000 |
Color Harmonies of #F2A5EA
Complementary color
Monochromatic Colors of #F2A5EA
Black with #F2A5EA
Text Example
Text Example
White with #F2A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5EA; }
p { color: rgb(242,165,234); }
H1.HeaderClassName
{
color: #F2A5EA;
}
.AnyTagClassName
{
color: #F2A5EA;
}
</style>
background-color css
<style>
a { background-color: #F2A5EA; }
a { background-color: rgb(242,165,234); }
div.DivClassName
{
background-color: #F2A5EA;
}
.BgClassName
{
background-color: #F2A5EA;
}
</style>
border-color css
<style>
span { border-color: #F2A5EA; }
span { border-color: rgb(242,165,234); }
td.TdClassName
{
border-color: #F2A5EA;
}
.TagClassName
{
border-color: #F2A5EA;
}
</style>