Shades of Lavender Rose #F8A4EF
Tints of Lavender Rose #F8A4EF
RGB
CMYK
RGB Variations
Color information
#F8A4EF (or 0xF8A4EF) is known color: Lavender Rose. HEX triplet: F8, A4 and EF. RGB value is (248,164,239). Sum of RGB (Red+Green+Blue) = 248+164+239=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A4EF is #075B10. Grayscale: #C5C5C5. Windows color (decimal): -482065 or 15705336. OLE color: 15705336.
HSL color Cylindrical-coordinate representation of color #F8A4EF: hue angle of 306.43º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A4EF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 239 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.03 |
| HSL | 306.43º | 0.86% | 0.81% | - |
| HSV(B) | 306.43º | 0.34% | 0.97% | - |
| XYZ | 67.57 | 52.74 | 88.28 | - |
| YUV | 197.67 | 151.33 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 239 | 0 | 0.34 | 0.04 | 0.03 | 306.43 | 0.86 | 0.81 |
| Hex | F8 | A4 | EF | 0 | 22 | 4 | 3 | 132 | 56 | 51 |
| Octal | 370 | 244 | 357 | 0 | 42 | 4 | 3 | 462 | 126 | 121 |
| Binary | 11111000 | 10100100 | 11101111 | 0 | 100010 | 100 | 11 | 100110010 | 1010110 | 1010001 |
Color Harmonies of #F8A4EF
Complementary color
Monochromatic Colors of #F8A4EF
Black with #F8A4EF
Text Example
Text Example
White with #F8A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4EF; }
p { color: rgb(248,164,239); }
H1.HeaderClassName
{
color: #F8A4EF;
}
.AnyTagClassName
{
color: #F8A4EF;
}
</style>
background-color css
<style>
a { background-color: #F8A4EF; }
a { background-color: rgb(248,164,239); }
div.DivClassName
{
background-color: #F8A4EF;
}
.BgClassName
{
background-color: #F8A4EF;
}
</style>
border-color css
<style>
span { border-color: #F8A4EF; }
span { border-color: rgb(248,164,239); }
td.TdClassName
{
border-color: #F8A4EF;
}
.TagClassName
{
border-color: #F8A4EF;
}
</style>