Shades of Lavender Rose #F6A6EA
Tints of Lavender Rose #F6A6EA
RGB
CMYK
RGB Variations
Color information
#F6A6EA (or 0xF6A6EA) is known color: Lavender Rose. HEX triplet: F6, A6 and EA. RGB value is (246,166,234). Sum of RGB (Red+Green+Blue) = 246+166+234=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A6EA is #095915. Grayscale: #C5C5C5. Windows color (decimal): -612630 or 15378166. OLE color: 15378166.
HSL color Cylindrical-coordinate representation of color #F6A6EA: hue angle of 309º 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 #F6A6EA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 234 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.04 |
| HSL | 309º | 0.82% | 0.81% | - |
| HSV(B) | 309º | 0.33% | 0.96% | - |
| XYZ | 66.49 | 52.81 | 84.53 | - |
| YUV | 197.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 234 | 0 | 0.33 | 0.05 | 0.04 | 309 | 0.82 | 0.81 |
| Hex | F6 | A6 | EA | 0 | 21 | 5 | 4 | 135 | 52 | 51 |
| Octal | 366 | 246 | 352 | 0 | 41 | 5 | 4 | 465 | 122 | 121 |
| Binary | 11110110 | 10100110 | 11101010 | 0 | 100001 | 101 | 100 | 100110101 | 1010010 | 1010001 |
Color Harmonies of #F6A6EA
Complementary color
Monochromatic Colors of #F6A6EA
Black with #F6A6EA
Text Example
Text Example
White with #F6A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6EA; }
p { color: rgb(246,166,234); }
H1.HeaderClassName
{
color: #F6A6EA;
}
.AnyTagClassName
{
color: #F6A6EA;
}
</style>
background-color css
<style>
a { background-color: #F6A6EA; }
a { background-color: rgb(246,166,234); }
div.DivClassName
{
background-color: #F6A6EA;
}
.BgClassName
{
background-color: #F6A6EA;
}
</style>
border-color css
<style>
span { border-color: #F6A6EA; }
span { border-color: rgb(246,166,234); }
td.TdClassName
{
border-color: #F6A6EA;
}
.TagClassName
{
border-color: #F6A6EA;
}
</style>