Shades of Lavender Rose #F2AEF0
Tints of Lavender Rose #F2AEF0
RGB
CMYK
RGB Variations
Color information
#F2AEF0 (or 0xF2AEF0) is known color: Lavender Rose. HEX triplet: F2, AE and F0. RGB value is (242,174,240). Sum of RGB (Red+Green+Blue) = 242+174+240=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AEF0 is #0D510F. Grayscale: #C9C9C9. Windows color (decimal): -872720 or 15773426. OLE color: 15773426.
HSL color Cylindrical-coordinate representation of color #F2AEF0: hue angle of 301.76º 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 #F2AEF0 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 240 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.05 |
| HSL | 301.76º | 0.72% | 0.82% | - |
| HSV(B) | 301.76º | 0.28% | 0.95% | - |
| XYZ | 67.48 | 55.44 | 89.58 | - |
| YUV | 201.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 240 | 0 | 0.28 | 0.01 | 0.05 | 301.76 | 0.72 | 0.82 |
| Hex | F2 | AE | F0 | 0 | 1C | 1 | 5 | 12E | 48 | 52 |
| Octal | 362 | 256 | 360 | 0 | 34 | 1 | 5 | 456 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11110000 | 0 | 11100 | 1 | 101 | 100101110 | 1001000 | 1010010 |
Color Harmonies of #F2AEF0
Complementary color
Monochromatic Colors of #F2AEF0
Black with #F2AEF0
Text Example
Text Example
White with #F2AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEF0; }
p { color: rgb(242,174,240); }
H1.HeaderClassName
{
color: #F2AEF0;
}
.AnyTagClassName
{
color: #F2AEF0;
}
</style>
background-color css
<style>
a { background-color: #F2AEF0; }
a { background-color: rgb(242,174,240); }
div.DivClassName
{
background-color: #F2AEF0;
}
.BgClassName
{
background-color: #F2AEF0;
}
</style>
border-color css
<style>
span { border-color: #F2AEF0; }
span { border-color: rgb(242,174,240); }
td.TdClassName
{
border-color: #F2AEF0;
}
.TagClassName
{
border-color: #F2AEF0;
}
</style>