Shades of Lavender Rose #F2AEED
Tints of Lavender Rose #F2AEED
RGB
CMYK
RGB Variations
Color information
#F2AEED (or 0xF2AEED) is known color: Lavender Rose. HEX triplet: F2, AE and ED. RGB value is (242,174,237). Sum of RGB (Red+Green+Blue) = 242+174+237=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AEED is #0D5112. Grayscale: #C9C9C9. Windows color (decimal): -872723 or 15576818. OLE color: 15576818.
HSL color Cylindrical-coordinate representation of color #F2AEED: hue angle of 304.41º 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 #F2AEED is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 237 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.05 |
| HSL | 304.41º | 0.72% | 0.82% | - |
| HSV(B) | 304.41º | 0.28% | 0.95% | - |
| XYZ | 67.04 | 55.26 | 87.25 | - |
| YUV | 201.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 237 | 0 | 0.28 | 0.02 | 0.05 | 304.41 | 0.72 | 0.82 |
| Hex | F2 | AE | ED | 0 | 1C | 2 | 5 | 130 | 48 | 52 |
| Octal | 362 | 256 | 355 | 0 | 34 | 2 | 5 | 460 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11101101 | 0 | 11100 | 10 | 101 | 100110000 | 1001000 | 1010010 |
Color Harmonies of #F2AEED
Complementary color
Monochromatic Colors of #F2AEED
Black with #F2AEED
Text Example
Text Example
White with #F2AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEED; }
p { color: rgb(242,174,237); }
H1.HeaderClassName
{
color: #F2AEED;
}
.AnyTagClassName
{
color: #F2AEED;
}
</style>
background-color css
<style>
a { background-color: #F2AEED; }
a { background-color: rgb(242,174,237); }
div.DivClassName
{
background-color: #F2AEED;
}
.BgClassName
{
background-color: #F2AEED;
}
</style>
border-color css
<style>
span { border-color: #F2AEED; }
span { border-color: rgb(242,174,237); }
td.TdClassName
{
border-color: #F2AEED;
}
.TagClassName
{
border-color: #F2AEED;
}
</style>