Shades of Lavender Rose #F8A8EC
Tints of Lavender Rose #F8A8EC
RGB
CMYK
RGB Variations
Color information
#F8A8EC (or 0xF8A8EC) is known color: Lavender Rose. HEX triplet: F8, A8 and EC. RGB value is (248,168,236). Sum of RGB (Red+Green+Blue) = 248+168+236=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 168 (66.02% from 255 or 25.77% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8EC is #075713. Grayscale: #C7C7C7. Windows color (decimal): -481044 or 15509752. OLE color: 15509752.
HSL color Cylindrical-coordinate representation of color #F8A8EC: hue angle of 309º 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 #F8A8EC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 236 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.03 |
| HSL | 309º | 0.85% | 0.82% | - |
| HSV(B) | 309º | 0.32% | 0.97% | - |
| XYZ | 67.85 | 54.02 | 86.21 | - |
| YUV | 199.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 236 | 0 | 0.32 | 0.05 | 0.03 | 309 | 0.85 | 0.82 |
| Hex | F8 | A8 | EC | 0 | 20 | 5 | 3 | 135 | 55 | 52 |
| Octal | 370 | 250 | 354 | 0 | 40 | 5 | 3 | 465 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11101100 | 0 | 100000 | 101 | 11 | 100110101 | 1010101 | 1010010 |
Color Harmonies of #F8A8EC
Complementary color
Monochromatic Colors of #F8A8EC
Black with #F8A8EC
Text Example
Text Example
White with #F8A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8EC; }
p { color: rgb(248,168,236); }
H1.HeaderClassName
{
color: #F8A8EC;
}
.AnyTagClassName
{
color: #F8A8EC;
}
</style>
background-color css
<style>
a { background-color: #F8A8EC; }
a { background-color: rgb(248,168,236); }
div.DivClassName
{
background-color: #F8A8EC;
}
.BgClassName
{
background-color: #F8A8EC;
}
</style>
border-color css
<style>
span { border-color: #F8A8EC; }
span { border-color: rgb(248,168,236); }
td.TdClassName
{
border-color: #F8A8EC;
}
.TagClassName
{
border-color: #F8A8EC;
}
</style>