Shades of Lavender Rose #F2A5EF
Tints of Lavender Rose #F2A5EF
RGB
CMYK
RGB Variations
Color information
#F2A5EF (or 0xF2A5EF) is known color: Lavender Rose. HEX triplet: F2, A5 and EF. RGB value is (242,165,239). Sum of RGB (Red+Green+Blue) = 242+165+239=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5EF is #0D5A10. Grayscale: #C4C4C4. Windows color (decimal): -875025 or 15705586. OLE color: 15705586.
HSL color Cylindrical-coordinate representation of color #F2A5EF: hue angle of 302.34º 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 #F2A5EF is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 239 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.05 |
| HSL | 302.34º | 0.75% | 0.8% | - |
| HSV(B) | 302.34º | 0.32% | 0.95% | - |
| XYZ | 65.65 | 52.02 | 88.24 | - |
| YUV | 196.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 239 | 0 | 0.32 | 0.01 | 0.05 | 302.34 | 0.75 | 0.8 |
| Hex | F2 | A5 | EF | 0 | 20 | 1 | 5 | 12E | 4B | 50 |
| Octal | 362 | 245 | 357 | 0 | 40 | 1 | 5 | 456 | 113 | 120 |
| Binary | 11110010 | 10100101 | 11101111 | 0 | 100000 | 1 | 101 | 100101110 | 1001011 | 1010000 |
Color Harmonies of #F2A5EF
Complementary color
Monochromatic Colors of #F2A5EF
Black with #F2A5EF
Text Example
Text Example
White with #F2A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5EF; }
p { color: rgb(242,165,239); }
H1.HeaderClassName
{
color: #F2A5EF;
}
.AnyTagClassName
{
color: #F2A5EF;
}
</style>
background-color css
<style>
a { background-color: #F2A5EF; }
a { background-color: rgb(242,165,239); }
div.DivClassName
{
background-color: #F2A5EF;
}
.BgClassName
{
background-color: #F2A5EF;
}
</style>
border-color css
<style>
span { border-color: #F2A5EF; }
span { border-color: rgb(242,165,239); }
td.TdClassName
{
border-color: #F2A5EF;
}
.TagClassName
{
border-color: #F2A5EF;
}
</style>