Shades of Lavender Rose #F8A3EF
Tints of Lavender Rose #F8A3EF
RGB
CMYK
RGB Variations
Color information
#F8A3EF (or 0xF8A3EF) is known color: Lavender Rose. HEX triplet: F8, A3 and EF. RGB value is (248,163,239). Sum of RGB (Red+Green+Blue) = 248+163+239=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 163 (64.06% from 255 or 25.08% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A3EF is #075C10. Grayscale: #C4C4C4. Windows color (decimal): -482321 or 15705080. OLE color: 15705080.
HSL color Cylindrical-coordinate representation of color #F8A3EF: hue angle of 306.35º 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 #F8A3EF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 239 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.03 |
| HSL | 306.35º | 0.86% | 0.81% | - |
| HSV(B) | 306.35º | 0.34% | 0.97% | - |
| XYZ | 67.39 | 52.38 | 88.22 | - |
| YUV | 197.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 239 | 0 | 0.34 | 0.04 | 0.03 | 306.35 | 0.86 | 0.81 |
| Hex | F8 | A3 | EF | 0 | 22 | 4 | 3 | 132 | 56 | 51 |
| Octal | 370 | 243 | 357 | 0 | 42 | 4 | 3 | 462 | 126 | 121 |
| Binary | 11111000 | 10100011 | 11101111 | 0 | 100010 | 100 | 11 | 100110010 | 1010110 | 1010001 |
Color Harmonies of #F8A3EF
Complementary color
Monochromatic Colors of #F8A3EF
Black with #F8A3EF
Text Example
Text Example
White with #F8A3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3EF; }
p { color: rgb(248,163,239); }
H1.HeaderClassName
{
color: #F8A3EF;
}
.AnyTagClassName
{
color: #F8A3EF;
}
</style>
background-color css
<style>
a { background-color: #F8A3EF; }
a { background-color: rgb(248,163,239); }
div.DivClassName
{
background-color: #F8A3EF;
}
.BgClassName
{
background-color: #F8A3EF;
}
</style>
border-color css
<style>
span { border-color: #F8A3EF; }
span { border-color: rgb(248,163,239); }
td.TdClassName
{
border-color: #F8A3EF;
}
.TagClassName
{
border-color: #F8A3EF;
}
</style>