Shades of Lavender Rose #F8A6EF
Tints of Lavender Rose #F8A6EF
RGB
CMYK
RGB Variations
Color information
#F8A6EF (or 0xF8A6EF) is known color: Lavender Rose. HEX triplet: F8, A6 and EF. RGB value is (248,166,239). Sum of RGB (Red+Green+Blue) = 248+166+239=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6EF is #075910. Grayscale: #C6C6C6. Windows color (decimal): -481553 or 15705848. OLE color: 15705848.
HSL color Cylindrical-coordinate representation of color #F8A6EF: hue angle of 306.59º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6EF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 239 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.03 |
| HSL | 306.59º | 0.85% | 0.81% | - |
| HSV(B) | 306.59º | 0.33% | 0.97% | - |
| XYZ | 67.93 | 53.46 | 88.4 | - |
| YUV | 198.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 239 | 0 | 0.33 | 0.04 | 0.03 | 306.59 | 0.85 | 0.81 |
| Hex | F8 | A6 | EF | 0 | 21 | 4 | 3 | 133 | 55 | 51 |
| Octal | 370 | 246 | 357 | 0 | 41 | 4 | 3 | 463 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11101111 | 0 | 100001 | 100 | 11 | 100110011 | 1010101 | 1010001 |
Color Harmonies of #F8A6EF
Complementary color
Monochromatic Colors of #F8A6EF
Black with #F8A6EF
Text Example
Text Example
White with #F8A6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6EF; }
p { color: rgb(248,166,239); }
H1.HeaderClassName
{
color: #F8A6EF;
}
.AnyTagClassName
{
color: #F8A6EF;
}
</style>
background-color css
<style>
a { background-color: #F8A6EF; }
a { background-color: rgb(248,166,239); }
div.DivClassName
{
background-color: #F8A6EF;
}
.BgClassName
{
background-color: #F8A6EF;
}
</style>
border-color css
<style>
span { border-color: #F8A6EF; }
span { border-color: rgb(248,166,239); }
td.TdClassName
{
border-color: #F8A6EF;
}
.TagClassName
{
border-color: #F8A6EF;
}
</style>