Shades of Lavender Rose #F8A9EC
Tints of Lavender Rose #F8A9EC
RGB
CMYK
RGB Variations
Color information
#F8A9EC (or 0xF8A9EC) is known color: Lavender Rose. HEX triplet: F8, A9 and EC. RGB value is (248,169,236). Sum of RGB (Red+Green+Blue) = 248+169+236=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9EC is #075613. Grayscale: #C8C8C8. Windows color (decimal): -480788 or 15510008. OLE color: 15510008.
HSL color Cylindrical-coordinate representation of color #F8A9EC: hue angle of 309.11º 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 #F8A9EC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 236 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.03 |
| HSL | 309.11º | 0.85% | 0.82% | - |
| HSV(B) | 309.11º | 0.32% | 0.97% | - |
| XYZ | 68.04 | 54.39 | 86.27 | - |
| YUV | 200.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 236 | 0 | 0.32 | 0.05 | 0.03 | 309.11 | 0.85 | 0.82 |
| Hex | F8 | A9 | EC | 0 | 20 | 5 | 3 | 135 | 55 | 52 |
| Octal | 370 | 251 | 354 | 0 | 40 | 5 | 3 | 465 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11101100 | 0 | 100000 | 101 | 11 | 100110101 | 1010101 | 1010010 |
Color Harmonies of #F8A9EC
Complementary color
Monochromatic Colors of #F8A9EC
Black with #F8A9EC
Text Example
Text Example
White with #F8A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9EC; }
p { color: rgb(248,169,236); }
H1.HeaderClassName
{
color: #F8A9EC;
}
.AnyTagClassName
{
color: #F8A9EC;
}
</style>
background-color css
<style>
a { background-color: #F8A9EC; }
a { background-color: rgb(248,169,236); }
div.DivClassName
{
background-color: #F8A9EC;
}
.BgClassName
{
background-color: #F8A9EC;
}
</style>
border-color css
<style>
span { border-color: #F8A9EC; }
span { border-color: rgb(248,169,236); }
td.TdClassName
{
border-color: #F8A9EC;
}
.TagClassName
{
border-color: #F8A9EC;
}
</style>