Shades of Lavender Rose #F8A3F6
Tints of Lavender Rose #F8A3F6
RGB
CMYK
RGB Variations
Color information
#F8A3F6 (or 0xF8A3F6) is known color: Lavender Rose. HEX triplet: F8, A3 and F6. RGB value is (248,163,246). Sum of RGB (Red+Green+Blue) = 248+163+246=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 163 (64.06% from 255 or 24.81% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A3F6 is #075C09. Grayscale: #C5C5C5. Windows color (decimal): -482314 or 16163832. OLE color: 16163832.
HSL color Cylindrical-coordinate representation of color #F8A3F6: hue angle of 301.41º 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 #F8A3F6 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 246 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.03 |
| HSL | 301.41º | 0.86% | 0.81% | - |
| HSV(B) | 301.41º | 0.34% | 0.97% | - |
| XYZ | 68.44 | 52.8 | 93.77 | - |
| YUV | 197.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 246 | 0 | 0.34 | 0.01 | 0.03 | 301.41 | 0.86 | 0.81 |
| Hex | F8 | A3 | F6 | 0 | 22 | 1 | 3 | 12D | 56 | 51 |
| Octal | 370 | 243 | 366 | 0 | 42 | 1 | 3 | 455 | 126 | 121 |
| Binary | 11111000 | 10100011 | 11110110 | 0 | 100010 | 1 | 11 | 100101101 | 1010110 | 1010001 |
Color Harmonies of #F8A3F6
Complementary color
Monochromatic Colors of #F8A3F6
Black with #F8A3F6
Text Example
Text Example
White with #F8A3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3F6; }
p { color: rgb(248,163,246); }
H1.HeaderClassName
{
color: #F8A3F6;
}
.AnyTagClassName
{
color: #F8A3F6;
}
</style>
background-color css
<style>
a { background-color: #F8A3F6; }
a { background-color: rgb(248,163,246); }
div.DivClassName
{
background-color: #F8A3F6;
}
.BgClassName
{
background-color: #F8A3F6;
}
</style>
border-color css
<style>
span { border-color: #F8A3F6; }
span { border-color: rgb(248,163,246); }
td.TdClassName
{
border-color: #F8A3F6;
}
.TagClassName
{
border-color: #F8A3F6;
}
</style>