Shades of Lavender Rose #F8A8EF
Tints of Lavender Rose #F8A8EF
RGB
CMYK
RGB Variations
Color information
#F8A8EF (or 0xF8A8EF) is known color: Lavender Rose. HEX triplet: F8, A8 and EF. RGB value is (248,168,239). Sum of RGB (Red+Green+Blue) = 248+168+239=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 168 (66.02% from 255 or 25.65% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8EF is #075710. Grayscale: #C7C7C7. Windows color (decimal): -481041 or 15706360. OLE color: 15706360.
HSL color Cylindrical-coordinate representation of color #F8A8EF: hue angle of 306.75º 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 #F8A8EF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 239 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.03 |
| HSL | 306.75º | 0.85% | 0.82% | - |
| HSV(B) | 306.75º | 0.32% | 0.97% | - |
| XYZ | 68.29 | 54.19 | 88.52 | - |
| YUV | 200.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 239 | 0 | 0.32 | 0.04 | 0.03 | 306.75 | 0.85 | 0.82 |
| Hex | F8 | A8 | EF | 0 | 20 | 4 | 3 | 133 | 55 | 52 |
| Octal | 370 | 250 | 357 | 0 | 40 | 4 | 3 | 463 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11101111 | 0 | 100000 | 100 | 11 | 100110011 | 1010101 | 1010010 |
Color Harmonies of #F8A8EF
Complementary color
Monochromatic Colors of #F8A8EF
Black with #F8A8EF
Text Example
Text Example
White with #F8A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8EF; }
p { color: rgb(248,168,239); }
H1.HeaderClassName
{
color: #F8A8EF;
}
.AnyTagClassName
{
color: #F8A8EF;
}
</style>
background-color css
<style>
a { background-color: #F8A8EF; }
a { background-color: rgb(248,168,239); }
div.DivClassName
{
background-color: #F8A8EF;
}
.BgClassName
{
background-color: #F8A8EF;
}
</style>
border-color css
<style>
span { border-color: #F8A8EF; }
span { border-color: rgb(248,168,239); }
td.TdClassName
{
border-color: #F8A8EF;
}
.TagClassName
{
border-color: #F8A8EF;
}
</style>