Shades of Lavender Rose #F6A9EF
Tints of Lavender Rose #F6A9EF
RGB
CMYK
RGB Variations
Color information
#F6A9EF (or 0xF6A9EF) is known color: Lavender Rose. HEX triplet: F6, A9 and EF. RGB value is (246,169,239). Sum of RGB (Red+Green+Blue) = 246+169+239=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A9EF is #095610. Grayscale: #C7C7C7. Windows color (decimal): -611857 or 15706614. OLE color: 15706614.
HSL color Cylindrical-coordinate representation of color #F6A9EF: hue angle of 305.45º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9EF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 239 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.04 |
| HSL | 305.45º | 0.81% | 0.81% | - |
| HSV(B) | 305.45º | 0.31% | 0.96% | - |
| XYZ | 67.77 | 54.2 | 88.55 | - |
| YUV | 200 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 239 | 0 | 0.31 | 0.03 | 0.04 | 305.45 | 0.81 | 0.81 |
| Hex | F6 | A9 | EF | 0 | 1F | 3 | 4 | 131 | 51 | 51 |
| Octal | 366 | 251 | 357 | 0 | 37 | 3 | 4 | 461 | 121 | 121 |
| Binary | 11110110 | 10101001 | 11101111 | 0 | 11111 | 11 | 100 | 100110001 | 1010001 | 1010001 |
Color Harmonies of #F6A9EF
Complementary color
Monochromatic Colors of #F6A9EF
Black with #F6A9EF
Text Example
Text Example
White with #F6A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A9EF; }
p { color: rgb(246,169,239); }
H1.HeaderClassName
{
color: #F6A9EF;
}
.AnyTagClassName
{
color: #F6A9EF;
}
</style>
background-color css
<style>
a { background-color: #F6A9EF; }
a { background-color: rgb(246,169,239); }
div.DivClassName
{
background-color: #F6A9EF;
}
.BgClassName
{
background-color: #F6A9EF;
}
</style>
border-color css
<style>
span { border-color: #F6A9EF; }
span { border-color: rgb(246,169,239); }
td.TdClassName
{
border-color: #F6A9EF;
}
.TagClassName
{
border-color: #F6A9EF;
}
</style>