Shades of Lavender Rose #F2AEE1
Tints of Lavender Rose #F2AEE1
RGB
CMYK
RGB Variations
Color information
#F2AEE1 (or 0xF2AEE1) is known color: Lavender Rose. HEX triplet: F2, AE and E1. RGB value is (242,174,225). Sum of RGB (Red+Green+Blue) = 242+174+225=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEE1 is #0D511E. Grayscale: #C8C8C8. Windows color (decimal): -872735 or 14790386. OLE color: 14790386.
HSL color Cylindrical-coordinate representation of color #F2AEE1: hue angle of 315º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEE1 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 225 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.05 |
| HSL | 315º | 0.72% | 0.82% | - |
| HSV(B) | 315º | 0.28% | 0.95% | - |
| XYZ | 65.34 | 54.59 | 78.33 | - |
| YUV | 200.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 225 | 0 | 0.28 | 0.07 | 0.05 | 315 | 0.72 | 0.82 |
| Hex | F2 | AE | E1 | 0 | 1C | 7 | 5 | 13B | 48 | 52 |
| Octal | 362 | 256 | 341 | 0 | 34 | 7 | 5 | 473 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11100001 | 0 | 11100 | 111 | 101 | 100111011 | 1001000 | 1010010 |
Color Harmonies of #F2AEE1
Complementary color
Monochromatic Colors of #F2AEE1
Black with #F2AEE1
Text Example
Text Example
White with #F2AEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEE1; }
p { color: rgb(242,174,225); }
H1.HeaderClassName
{
color: #F2AEE1;
}
.AnyTagClassName
{
color: #F2AEE1;
}
</style>
background-color css
<style>
a { background-color: #F2AEE1; }
a { background-color: rgb(242,174,225); }
div.DivClassName
{
background-color: #F2AEE1;
}
.BgClassName
{
background-color: #F2AEE1;
}
</style>
border-color css
<style>
span { border-color: #F2AEE1; }
span { border-color: rgb(242,174,225); }
td.TdClassName
{
border-color: #F2AEE1;
}
.TagClassName
{
border-color: #F2AEE1;
}
</style>