Shades of Lavender Rose #F2A5E7
Tints of Lavender Rose #F2A5E7
RGB
CMYK
RGB Variations
Color information
#F2A5E7 (or 0xF2A5E7) is known color: Lavender Rose. HEX triplet: F2, A5 and E7. RGB value is (242,165,231). Sum of RGB (Red+Green+Blue) = 242+165+231=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 231 (90.62% from 255 or 36.21% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5E7 is #0D5A18. Grayscale: #C3C3C3. Windows color (decimal): -875033 or 15181298. OLE color: 15181298.
HSL color Cylindrical-coordinate representation of color #F2A5E7: hue angle of 308.57º 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 #F2A5E7 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 231 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.05 |
| HSL | 308.57º | 0.75% | 0.8% | - |
| HSV(B) | 308.57º | 0.32% | 0.95% | - |
| XYZ | 64.5 | 51.56 | 82.15 | - |
| YUV | 195.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 231 | 0 | 0.32 | 0.05 | 0.05 | 308.57 | 0.75 | 0.8 |
| Hex | F2 | A5 | E7 | 0 | 20 | 5 | 5 | 135 | 4B | 50 |
| Octal | 362 | 245 | 347 | 0 | 40 | 5 | 5 | 465 | 113 | 120 |
| Binary | 11110010 | 10100101 | 11100111 | 0 | 100000 | 101 | 101 | 100110101 | 1001011 | 1010000 |
Color Harmonies of #F2A5E7
Complementary color
Monochromatic Colors of #F2A5E7
Black with #F2A5E7
Text Example
Text Example
White with #F2A5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5E7; }
p { color: rgb(242,165,231); }
H1.HeaderClassName
{
color: #F2A5E7;
}
.AnyTagClassName
{
color: #F2A5E7;
}
</style>
background-color css
<style>
a { background-color: #F2A5E7; }
a { background-color: rgb(242,165,231); }
div.DivClassName
{
background-color: #F2A5E7;
}
.BgClassName
{
background-color: #F2A5E7;
}
</style>
border-color css
<style>
span { border-color: #F2A5E7; }
span { border-color: rgb(242,165,231); }
td.TdClassName
{
border-color: #F2A5E7;
}
.TagClassName
{
border-color: #F2A5E7;
}
</style>