Shades of Lavender Rose #F8A9EB
Tints of Lavender Rose #F8A9EB
RGB
CMYK
RGB Variations
Color information
#F8A9EB (or 0xF8A9EB) is known color: Lavender Rose. HEX triplet: F8, A9 and EB. RGB value is (248,169,235). Sum of RGB (Red+Green+Blue) = 248+169+235=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9EB is #075614. Grayscale: #C7C7C7. Windows color (decimal): -480789 or 15444472. OLE color: 15444472.
HSL color Cylindrical-coordinate representation of color #F8A9EB: hue angle of 309.87º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9EB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 235 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.03 |
| HSL | 309.87º | 0.85% | 0.82% | - |
| HSV(B) | 309.87º | 0.32% | 0.97% | - |
| XYZ | 67.89 | 54.33 | 85.51 | - |
| YUV | 200.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 235 | 0 | 0.32 | 0.05 | 0.03 | 309.87 | 0.85 | 0.82 |
| Hex | F8 | A9 | EB | 0 | 20 | 5 | 3 | 136 | 55 | 52 |
| Octal | 370 | 251 | 353 | 0 | 40 | 5 | 3 | 466 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11101011 | 0 | 100000 | 101 | 11 | 100110110 | 1010101 | 1010010 |
Color Harmonies of #F8A9EB
Complementary color
Monochromatic Colors of #F8A9EB
Black with #F8A9EB
Text Example
Text Example
White with #F8A9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9EB; }
p { color: rgb(248,169,235); }
H1.HeaderClassName
{
color: #F8A9EB;
}
.AnyTagClassName
{
color: #F8A9EB;
}
</style>
background-color css
<style>
a { background-color: #F8A9EB; }
a { background-color: rgb(248,169,235); }
div.DivClassName
{
background-color: #F8A9EB;
}
.BgClassName
{
background-color: #F8A9EB;
}
</style>
border-color css
<style>
span { border-color: #F8A9EB; }
span { border-color: rgb(248,169,235); }
td.TdClassName
{
border-color: #F8A9EB;
}
.TagClassName
{
border-color: #F8A9EB;
}
</style>