Shades of Lavender Rose #F8A9EF
Tints of Lavender Rose #F8A9EF
RGB
CMYK
RGB Variations
Color information
#F8A9EF (or 0xF8A9EF) is known color: Lavender Rose. HEX triplet: F8, A9 and EF. RGB value is (248,169,239). Sum of RGB (Red+Green+Blue) = 248+169+239=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9EF is #075610. Grayscale: #C8C8C8. Windows color (decimal): -480785 or 15706616. OLE color: 15706616.
HSL color Cylindrical-coordinate representation of color #F8A9EF: hue angle of 306.84º 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 #F8A9EF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 239 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.03 |
| HSL | 306.84º | 0.85% | 0.82% | - |
| HSV(B) | 306.84º | 0.32% | 0.97% | - |
| XYZ | 68.48 | 54.56 | 88.58 | - |
| YUV | 200.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 239 | 0 | 0.32 | 0.04 | 0.03 | 306.84 | 0.85 | 0.82 |
| Hex | F8 | A9 | EF | 0 | 20 | 4 | 3 | 133 | 55 | 52 |
| Octal | 370 | 251 | 357 | 0 | 40 | 4 | 3 | 463 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11101111 | 0 | 100000 | 100 | 11 | 100110011 | 1010101 | 1010010 |
Color Harmonies of #F8A9EF
Complementary color
Monochromatic Colors of #F8A9EF
Black with #F8A9EF
Text Example
Text Example
White with #F8A9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9EF; }
p { color: rgb(248,169,239); }
H1.HeaderClassName
{
color: #F8A9EF;
}
.AnyTagClassName
{
color: #F8A9EF;
}
</style>
background-color css
<style>
a { background-color: #F8A9EF; }
a { background-color: rgb(248,169,239); }
div.DivClassName
{
background-color: #F8A9EF;
}
.BgClassName
{
background-color: #F8A9EF;
}
</style>
border-color css
<style>
span { border-color: #F8A9EF; }
span { border-color: rgb(248,169,239); }
td.TdClassName
{
border-color: #F8A9EF;
}
.TagClassName
{
border-color: #F8A9EF;
}
</style>