Shades of Lavender Rose #F6AEEA
Tints of Lavender Rose #F6AEEA
RGB
CMYK
RGB Variations
Color information
#F6AEEA (or 0xF6AEEA) is known color: Lavender Rose. HEX triplet: F6, AE and EA. RGB value is (246,174,234). Sum of RGB (Red+Green+Blue) = 246+174+234=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AEEA is #095115. Grayscale: #CACACA. Windows color (decimal): -610582 or 15380214. OLE color: 15380214.
HSL color Cylindrical-coordinate representation of color #F6AEEA: hue angle of 310º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AEEA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 174 | 234 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.04 |
| HSL | 310º | 0.8% | 0.82% | - |
| HSV(B) | 310º | 0.29% | 0.96% | - |
| XYZ | 67.99 | 55.81 | 85.03 | - |
| YUV | 202.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 174 | 234 | 0 | 0.29 | 0.05 | 0.04 | 310 | 0.8 | 0.82 |
| Hex | F6 | AE | EA | 0 | 1D | 5 | 4 | 136 | 50 | 52 |
| Octal | 366 | 256 | 352 | 0 | 35 | 5 | 4 | 466 | 120 | 122 |
| Binary | 11110110 | 10101110 | 11101010 | 0 | 11101 | 101 | 100 | 100110110 | 1010000 | 1010010 |
Color Harmonies of #F6AEEA
Complementary color
Monochromatic Colors of #F6AEEA
Black with #F6AEEA
Text Example
Text Example
White with #F6AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AEEA; }
p { color: rgb(246,174,234); }
H1.HeaderClassName
{
color: #F6AEEA;
}
.AnyTagClassName
{
color: #F6AEEA;
}
</style>
background-color css
<style>
a { background-color: #F6AEEA; }
a { background-color: rgb(246,174,234); }
div.DivClassName
{
background-color: #F6AEEA;
}
.BgClassName
{
background-color: #F6AEEA;
}
</style>
border-color css
<style>
span { border-color: #F6AEEA; }
span { border-color: rgb(246,174,234); }
td.TdClassName
{
border-color: #F6AEEA;
}
.TagClassName
{
border-color: #F6AEEA;
}
</style>