Shades of Lavender Rose #F2AFEA
Tints of Lavender Rose #F2AFEA
RGB
CMYK
RGB Variations
Color information
#F2AFEA (or 0xF2AFEA) is known color: Lavender Rose. HEX triplet: F2, AF and EA. RGB value is (242,175,234). Sum of RGB (Red+Green+Blue) = 242+175+234=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEA is #0D5015. Grayscale: #C9C9C9. Windows color (decimal): -872470 or 15380466. OLE color: 15380466.
HSL color Cylindrical-coordinate representation of color #F2AFEA: hue angle of 307.16º 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 #F2AFEA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 234 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.05 |
| HSL | 307.16º | 0.72% | 0.82% | - |
| HSV(B) | 307.16º | 0.28% | 0.95% | - |
| XYZ | 66.8 | 55.48 | 85.03 | - |
| YUV | 201.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 234 | 0 | 0.28 | 0.03 | 0.05 | 307.16 | 0.72 | 0.82 |
| Hex | F2 | AF | EA | 0 | 1C | 3 | 5 | 133 | 48 | 52 |
| Octal | 362 | 257 | 352 | 0 | 34 | 3 | 5 | 463 | 110 | 122 |
| Binary | 11110010 | 10101111 | 11101010 | 0 | 11100 | 11 | 101 | 100110011 | 1001000 | 1010010 |
Color Harmonies of #F2AFEA
Complementary color
Monochromatic Colors of #F2AFEA
Black with #F2AFEA
Text Example
Text Example
White with #F2AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AFEA; }
p { color: rgb(242,175,234); }
H1.HeaderClassName
{
color: #F2AFEA;
}
.AnyTagClassName
{
color: #F2AFEA;
}
</style>
background-color css
<style>
a { background-color: #F2AFEA; }
a { background-color: rgb(242,175,234); }
div.DivClassName
{
background-color: #F2AFEA;
}
.BgClassName
{
background-color: #F2AFEA;
}
</style>
border-color css
<style>
span { border-color: #F2AFEA; }
span { border-color: rgb(242,175,234); }
td.TdClassName
{
border-color: #F2AFEA;
}
.TagClassName
{
border-color: #F2AFEA;
}
</style>