Shades of Lavender Rose #F6A4EF
Tints of Lavender Rose #F6A4EF
RGB
CMYK
RGB Variations
Color information
#F6A4EF (or 0xF6A4EF) is known color: Lavender Rose. HEX triplet: F6, A4 and EF. RGB value is (246,164,239). Sum of RGB (Red+Green+Blue) = 246+164+239=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4EF is #095B10. Grayscale: #C4C4C4. Windows color (decimal): -613137 or 15705334. OLE color: 15705334.
HSL color Cylindrical-coordinate representation of color #F6A4EF: hue angle of 305.12º 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 #F6A4EF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 239 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.04 |
| HSL | 305.12º | 0.82% | 0.8% | - |
| HSV(B) | 305.12º | 0.33% | 0.96% | - |
| XYZ | 66.86 | 52.38 | 88.25 | - |
| YUV | 197.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 239 | 0 | 0.33 | 0.03 | 0.04 | 305.12 | 0.82 | 0.8 |
| Hex | F6 | A4 | EF | 0 | 21 | 3 | 4 | 131 | 52 | 50 |
| Octal | 366 | 244 | 357 | 0 | 41 | 3 | 4 | 461 | 122 | 120 |
| Binary | 11110110 | 10100100 | 11101111 | 0 | 100001 | 11 | 100 | 100110001 | 1010010 | 1010000 |
Color Harmonies of #F6A4EF
Complementary color
Monochromatic Colors of #F6A4EF
Black with #F6A4EF
Text Example
Text Example
White with #F6A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4EF; }
p { color: rgb(246,164,239); }
H1.HeaderClassName
{
color: #F6A4EF;
}
.AnyTagClassName
{
color: #F6A4EF;
}
</style>
background-color css
<style>
a { background-color: #F6A4EF; }
a { background-color: rgb(246,164,239); }
div.DivClassName
{
background-color: #F6A4EF;
}
.BgClassName
{
background-color: #F6A4EF;
}
</style>
border-color css
<style>
span { border-color: #F6A4EF; }
span { border-color: rgb(246,164,239); }
td.TdClassName
{
border-color: #F6A4EF;
}
.TagClassName
{
border-color: #F6A4EF;
}
</style>