Shades of Lavender Rose #F8A0EB
Tints of Lavender Rose #F8A0EB
RGB
CMYK
RGB Variations
Color information
#F8A0EB (or 0xF8A0EB) is known color: Lavender Rose. HEX triplet: F8, A0 and EB. RGB value is (248,160,235). Sum of RGB (Red+Green+Blue) = 248+160+235=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A0EB is #075F14. Grayscale: #C2C2C2. Windows color (decimal): -483093 or 15442168. OLE color: 15442168.
HSL color Cylindrical-coordinate representation of color #F8A0EB: hue angle of 308.86º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A0EB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 235 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.03 |
| HSL | 308.86º | 0.86% | 0.8% | - |
| HSV(B) | 308.86º | 0.35% | 0.97% | - |
| XYZ | 66.28 | 51.1 | 84.97 | - |
| YUV | 194.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 235 | 0 | 0.35 | 0.05 | 0.03 | 308.86 | 0.86 | 0.8 |
| Hex | F8 | A0 | EB | 0 | 23 | 5 | 3 | 135 | 56 | 50 |
| Octal | 370 | 240 | 353 | 0 | 43 | 5 | 3 | 465 | 126 | 120 |
| Binary | 11111000 | 10100000 | 11101011 | 0 | 100011 | 101 | 11 | 100110101 | 1010110 | 1010000 |
Color Harmonies of #F8A0EB
Complementary color
Monochromatic Colors of #F8A0EB
Black with #F8A0EB
Text Example
Text Example
White with #F8A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0EB; }
p { color: rgb(248,160,235); }
H1.HeaderClassName
{
color: #F8A0EB;
}
.AnyTagClassName
{
color: #F8A0EB;
}
</style>
background-color css
<style>
a { background-color: #F8A0EB; }
a { background-color: rgb(248,160,235); }
div.DivClassName
{
background-color: #F8A0EB;
}
.BgClassName
{
background-color: #F8A0EB;
}
</style>
border-color css
<style>
span { border-color: #F8A0EB; }
span { border-color: rgb(248,160,235); }
td.TdClassName
{
border-color: #F8A0EB;
}
.TagClassName
{
border-color: #F8A0EB;
}
</style>