Shades of Lavender Rose #F8A6ED
Tints of Lavender Rose #F8A6ED
RGB
CMYK
RGB Variations
Color information
#F8A6ED (or 0xF8A6ED) is known color: Lavender Rose. HEX triplet: F8, A6 and ED. RGB value is (248,166,237). Sum of RGB (Red+Green+Blue) = 248+166+237=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6ED is #075912. Grayscale: #C6C6C6. Windows color (decimal): -481555 or 15574776. OLE color: 15574776.
HSL color Cylindrical-coordinate representation of color #F8A6ED: hue angle of 308.05º 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 #F8A6ED is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 237 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.03 |
| HSL | 308.05º | 0.85% | 0.81% | - |
| HSV(B) | 308.05º | 0.33% | 0.97% | - |
| XYZ | 67.63 | 53.34 | 86.85 | - |
| YUV | 198.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 237 | 0 | 0.33 | 0.04 | 0.03 | 308.05 | 0.85 | 0.81 |
| Hex | F8 | A6 | ED | 0 | 21 | 4 | 3 | 134 | 55 | 51 |
| Octal | 370 | 246 | 355 | 0 | 41 | 4 | 3 | 464 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11101101 | 0 | 100001 | 100 | 11 | 100110100 | 1010101 | 1010001 |
Color Harmonies of #F8A6ED
Complementary color
Monochromatic Colors of #F8A6ED
Black with #F8A6ED
Text Example
Text Example
White with #F8A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6ED; }
p { color: rgb(248,166,237); }
H1.HeaderClassName
{
color: #F8A6ED;
}
.AnyTagClassName
{
color: #F8A6ED;
}
</style>
background-color css
<style>
a { background-color: #F8A6ED; }
a { background-color: rgb(248,166,237); }
div.DivClassName
{
background-color: #F8A6ED;
}
.BgClassName
{
background-color: #F8A6ED;
}
</style>
border-color css
<style>
span { border-color: #F8A6ED; }
span { border-color: rgb(248,166,237); }
td.TdClassName
{
border-color: #F8A6ED;
}
.TagClassName
{
border-color: #F8A6ED;
}
</style>