Shades of Lavender Rose #F6A3EE
Tints of Lavender Rose #F6A3EE
RGB
CMYK
RGB Variations
Color information
#F6A3EE (or 0xF6A3EE) is known color: Lavender Rose. HEX triplet: F6, A3 and EE. RGB value is (246,163,238). Sum of RGB (Red+Green+Blue) = 246+163+238=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 163 (64.06% from 255 or 25.19% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A3EE is #095C11. Grayscale: #C4C4C4. Windows color (decimal): -613394 or 15639542. OLE color: 15639542.
HSL color Cylindrical-coordinate representation of color #F6A3EE: hue angle of 305.78º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A3EE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 238 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.04 |
| HSL | 305.78º | 0.82% | 0.8% | - |
| HSV(B) | 305.78º | 0.34% | 0.96% | - |
| XYZ | 66.54 | 51.96 | 87.41 | - |
| YUV | 196.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 238 | 0 | 0.34 | 0.03 | 0.04 | 305.78 | 0.82 | 0.8 |
| Hex | F6 | A3 | EE | 0 | 22 | 3 | 4 | 132 | 52 | 50 |
| Octal | 366 | 243 | 356 | 0 | 42 | 3 | 4 | 462 | 122 | 120 |
| Binary | 11110110 | 10100011 | 11101110 | 0 | 100010 | 11 | 100 | 100110010 | 1010010 | 1010000 |
Color Harmonies of #F6A3EE
Complementary color
Monochromatic Colors of #F6A3EE
Black with #F6A3EE
Text Example
Text Example
White with #F6A3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3EE; }
p { color: rgb(246,163,238); }
H1.HeaderClassName
{
color: #F6A3EE;
}
.AnyTagClassName
{
color: #F6A3EE;
}
</style>
background-color css
<style>
a { background-color: #F6A3EE; }
a { background-color: rgb(246,163,238); }
div.DivClassName
{
background-color: #F6A3EE;
}
.BgClassName
{
background-color: #F6A3EE;
}
</style>
border-color css
<style>
span { border-color: #F6A3EE; }
span { border-color: rgb(246,163,238); }
td.TdClassName
{
border-color: #F6A3EE;
}
.TagClassName
{
border-color: #F6A3EE;
}
</style>