Shades of Lavender Rose #F6A6EF
Tints of Lavender Rose #F6A6EF
RGB
CMYK
RGB Variations
Color information
#F6A6EF (or 0xF6A6EF) is known color: Lavender Rose. HEX triplet: F6, A6 and EF. RGB value is (246,166,239). Sum of RGB (Red+Green+Blue) = 246+166+239=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A6EF is #095910. Grayscale: #C6C6C6. Windows color (decimal): -612625 or 15705846. OLE color: 15705846.
HSL color Cylindrical-coordinate representation of color #F6A6EF: hue angle of 305.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6EF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 239 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.04 |
| HSL | 305.25º | 0.82% | 0.81% | - |
| HSV(B) | 305.25º | 0.33% | 0.96% | - |
| XYZ | 67.22 | 53.1 | 88.37 | - |
| YUV | 198.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 239 | 0 | 0.33 | 0.03 | 0.04 | 305.25 | 0.82 | 0.81 |
| Hex | F6 | A6 | EF | 0 | 21 | 3 | 4 | 131 | 52 | 51 |
| Octal | 366 | 246 | 357 | 0 | 41 | 3 | 4 | 461 | 122 | 121 |
| Binary | 11110110 | 10100110 | 11101111 | 0 | 100001 | 11 | 100 | 100110001 | 1010010 | 1010001 |
Color Harmonies of #F6A6EF
Complementary color
Monochromatic Colors of #F6A6EF
Black with #F6A6EF
Text Example
Text Example
White with #F6A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6EF; }
p { color: rgb(246,166,239); }
H1.HeaderClassName
{
color: #F6A6EF;
}
.AnyTagClassName
{
color: #F6A6EF;
}
</style>
background-color css
<style>
a { background-color: #F6A6EF; }
a { background-color: rgb(246,166,239); }
div.DivClassName
{
background-color: #F6A6EF;
}
.BgClassName
{
background-color: #F6A6EF;
}
</style>
border-color css
<style>
span { border-color: #F6A6EF; }
span { border-color: rgb(246,166,239); }
td.TdClassName
{
border-color: #F6A6EF;
}
.TagClassName
{
border-color: #F6A6EF;
}
</style>