Shades of Lavender Rose #F2AEDE
Tints of Lavender Rose #F2AEDE
RGB
CMYK
RGB Variations
Color information
#F2AEDE (or 0xF2AEDE) is known color: Lavender Rose. HEX triplet: F2, AE and DE. RGB value is (242,174,222). Sum of RGB (Red+Green+Blue) = 242+174+222=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEDE is #0D5121. Grayscale: #C7C7C7. Windows color (decimal): -872738 or 14593778. OLE color: 14593778.
HSL color Cylindrical-coordinate representation of color #F2AEDE: hue angle of 317.65º 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 #F2AEDE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 222 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.05 |
| HSL | 317.65º | 0.72% | 0.82% | - |
| HSV(B) | 317.65º | 0.28% | 0.95% | - |
| XYZ | 64.94 | 54.42 | 76.19 | - |
| YUV | 199.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 222 | 0 | 0.28 | 0.08 | 0.05 | 317.65 | 0.72 | 0.82 |
| Hex | F2 | AE | DE | 0 | 1C | 8 | 5 | 13E | 48 | 52 |
| Octal | 362 | 256 | 336 | 0 | 34 | 10 | 5 | 476 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11011110 | 0 | 11100 | 1000 | 101 | 100111110 | 1001000 | 1010010 |
Color Harmonies of #F2AEDE
Complementary color
Monochromatic Colors of #F2AEDE
Black with #F2AEDE
Text Example
Text Example
White with #F2AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEDE; }
p { color: rgb(242,174,222); }
H1.HeaderClassName
{
color: #F2AEDE;
}
.AnyTagClassName
{
color: #F2AEDE;
}
</style>
background-color css
<style>
a { background-color: #F2AEDE; }
a { background-color: rgb(242,174,222); }
div.DivClassName
{
background-color: #F2AEDE;
}
.BgClassName
{
background-color: #F2AEDE;
}
</style>
border-color css
<style>
span { border-color: #F2AEDE; }
span { border-color: rgb(242,174,222); }
td.TdClassName
{
border-color: #F2AEDE;
}
.TagClassName
{
border-color: #F2AEDE;
}
</style>