Shades of Lavender Rose #F6A4EE
Tints of Lavender Rose #F6A4EE
RGB
CMYK
RGB Variations
Color information
#F6A4EE (or 0xF6A4EE) is known color: Lavender Rose. HEX triplet: F6, A4 and EE. RGB value is (246,164,238). Sum of RGB (Red+Green+Blue) = 246+164+238=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 164 (64.45% from 255 or 25.31% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4EE is #095B11. Grayscale: #C4C4C4. Windows color (decimal): -613138 or 15639798. OLE color: 15639798.
HSL color Cylindrical-coordinate representation of color #F6A4EE: hue angle of 305.85º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4EE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 238 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.04 |
| HSL | 305.85º | 0.82% | 0.8% | - |
| HSV(B) | 305.85º | 0.33% | 0.96% | - |
| XYZ | 66.71 | 52.32 | 87.47 | - |
| YUV | 196.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 238 | 0 | 0.33 | 0.03 | 0.04 | 305.85 | 0.82 | 0.8 |
| Hex | F6 | A4 | EE | 0 | 21 | 3 | 4 | 132 | 52 | 50 |
| Octal | 366 | 244 | 356 | 0 | 41 | 3 | 4 | 462 | 122 | 120 |
| Binary | 11110110 | 10100100 | 11101110 | 0 | 100001 | 11 | 100 | 100110010 | 1010010 | 1010000 |
Color Harmonies of #F6A4EE
Complementary color
Monochromatic Colors of #F6A4EE
Black with #F6A4EE
Text Example
Text Example
White with #F6A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4EE; }
p { color: rgb(246,164,238); }
H1.HeaderClassName
{
color: #F6A4EE;
}
.AnyTagClassName
{
color: #F6A4EE;
}
</style>
background-color css
<style>
a { background-color: #F6A4EE; }
a { background-color: rgb(246,164,238); }
div.DivClassName
{
background-color: #F6A4EE;
}
.BgClassName
{
background-color: #F6A4EE;
}
</style>
border-color css
<style>
span { border-color: #F6A4EE; }
span { border-color: rgb(246,164,238); }
td.TdClassName
{
border-color: #F6A4EE;
}
.TagClassName
{
border-color: #F6A4EE;
}
</style>