Shades of Lavender Rose #F2AEF1
Tints of Lavender Rose #F2AEF1
RGB
CMYK
RGB Variations
Color information
#F2AEF1 (or 0xF2AEF1) is known color: Lavender Rose. HEX triplet: F2, AE and F1. RGB value is (242,174,241). Sum of RGB (Red+Green+Blue) = 242+174+241=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AEF1 is #0D510E. Grayscale: #C9C9C9. Windows color (decimal): -872719 or 15838962. OLE color: 15838962.
HSL color Cylindrical-coordinate representation of color #F2AEF1: hue angle of 300.88º 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 #F2AEF1 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 241 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.05 |
| HSL | 300.88º | 0.72% | 0.82% | - |
| HSV(B) | 300.88º | 0.28% | 0.95% | - |
| XYZ | 67.63 | 55.5 | 90.37 | - |
| YUV | 201.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 241 | 0 | 0.28 | 0.00 | 0.05 | 300.88 | 0.72 | 0.82 |
| Hex | F2 | AE | F1 | 0 | 1C | 0 | 5 | 12D | 48 | 52 |
| Octal | 362 | 256 | 361 | 0 | 34 | 0 | 5 | 455 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11110001 | 0 | 11100 | 0 | 101 | 100101101 | 1001000 | 1010010 |
Color Harmonies of #F2AEF1
Complementary color
Monochromatic Colors of #F2AEF1
Black with #F2AEF1
Text Example
Text Example
White with #F2AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEF1; }
p { color: rgb(242,174,241); }
H1.HeaderClassName
{
color: #F2AEF1;
}
.AnyTagClassName
{
color: #F2AEF1;
}
</style>
background-color css
<style>
a { background-color: #F2AEF1; }
a { background-color: rgb(242,174,241); }
div.DivClassName
{
background-color: #F2AEF1;
}
.BgClassName
{
background-color: #F2AEF1;
}
</style>
border-color css
<style>
span { border-color: #F2AEF1; }
span { border-color: rgb(242,174,241); }
td.TdClassName
{
border-color: #F2AEF1;
}
.TagClassName
{
border-color: #F2AEF1;
}
</style>