Shades of Lavender Rose #F2A5E8
Tints of Lavender Rose #F2A5E8
RGB
CMYK
RGB Variations
Color information
#F2A5E8 (or 0xF2A5E8) is known color: Lavender Rose. HEX triplet: F2, A5 and E8. RGB value is (242,165,232). Sum of RGB (Red+Green+Blue) = 242+165+232=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5E8 is #0D5A17. Grayscale: #C3C3C3. Windows color (decimal): -875032 or 15246834. OLE color: 15246834.
HSL color Cylindrical-coordinate representation of color #F2A5E8: hue angle of 307.79º 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 #F2A5E8 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 232 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.05 |
| HSL | 307.79º | 0.75% | 0.8% | - |
| HSV(B) | 307.79º | 0.32% | 0.95% | - |
| XYZ | 64.64 | 51.61 | 82.9 | - |
| YUV | 195.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 232 | 0 | 0.32 | 0.04 | 0.05 | 307.79 | 0.75 | 0.8 |
| Hex | F2 | A5 | E8 | 0 | 20 | 4 | 5 | 134 | 4B | 50 |
| Octal | 362 | 245 | 350 | 0 | 40 | 4 | 5 | 464 | 113 | 120 |
| Binary | 11110010 | 10100101 | 11101000 | 0 | 100000 | 100 | 101 | 100110100 | 1001011 | 1010000 |
Color Harmonies of #F2A5E8
Complementary color
Monochromatic Colors of #F2A5E8
Black with #F2A5E8
Text Example
Text Example
White with #F2A5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5E8; }
p { color: rgb(242,165,232); }
H1.HeaderClassName
{
color: #F2A5E8;
}
.AnyTagClassName
{
color: #F2A5E8;
}
</style>
background-color css
<style>
a { background-color: #F2A5E8; }
a { background-color: rgb(242,165,232); }
div.DivClassName
{
background-color: #F2A5E8;
}
.BgClassName
{
background-color: #F2A5E8;
}
</style>
border-color css
<style>
span { border-color: #F2A5E8; }
span { border-color: rgb(242,165,232); }
td.TdClassName
{
border-color: #F2A5E8;
}
.TagClassName
{
border-color: #F2A5E8;
}
</style>