Shades of Lavender Rose #F2AEDC
Tints of Lavender Rose #F2AEDC
RGB
CMYK
RGB Variations
Color information
#F2AEDC (or 0xF2AEDC) is known color: Lavender Rose. HEX triplet: F2, AE and DC. RGB value is (242,174,220). Sum of RGB (Red+Green+Blue) = 242+174+220=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEDC is #0D5123. Grayscale: #C7C7C7. Windows color (decimal): -872740 or 14462706. OLE color: 14462706.
HSL color Cylindrical-coordinate representation of color #F2AEDC: hue angle of 319.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 #F2AEDC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 220 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 319.41º | 0.72% | 0.82% | - |
| HSV(B) | 319.41º | 0.28% | 0.95% | - |
| XYZ | 64.67 | 54.32 | 74.79 | - |
| YUV | 199.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 220 | 0 | 0.28 | 0.09 | 0.05 | 319.41 | 0.72 | 0.82 |
| Hex | F2 | AE | DC | 0 | 1C | 9 | 5 | 13F | 48 | 52 |
| Octal | 362 | 256 | 334 | 0 | 34 | 11 | 5 | 477 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11011100 | 0 | 11100 | 1001 | 101 | 100111111 | 1001000 | 1010010 |
Color Harmonies of #F2AEDC
Complementary color
Monochromatic Colors of #F2AEDC
Black with #F2AEDC
Text Example
Text Example
White with #F2AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEDC; }
p { color: rgb(242,174,220); }
H1.HeaderClassName
{
color: #F2AEDC;
}
.AnyTagClassName
{
color: #F2AEDC;
}
</style>
background-color css
<style>
a { background-color: #F2AEDC; }
a { background-color: rgb(242,174,220); }
div.DivClassName
{
background-color: #F2AEDC;
}
.BgClassName
{
background-color: #F2AEDC;
}
</style>
border-color css
<style>
span { border-color: #F2AEDC; }
span { border-color: rgb(242,174,220); }
td.TdClassName
{
border-color: #F2AEDC;
}
.TagClassName
{
border-color: #F2AEDC;
}
</style>