Shades of Lavender Rose #F8A3FA
Tints of Lavender Rose #F8A3FA
RGB
CMYK
RGB Variations
Color information
#F8A3FA (or 0xF8A3FA) is known color: Lavender Rose. HEX triplet: F8, A3 and FA. RGB value is (248,163,250). Sum of RGB (Red+Green+Blue) = 248+163+250=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 163 (64.06% from 255 or 24.66% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8A3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A3FA is #075C05. Grayscale: #C6C6C6. Windows color (decimal): -482310 or 16425976. OLE color: 16425976.
HSL color Cylindrical-coordinate representation of color #F8A3FA: hue angle of 298.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A3FA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 163 | 250 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.02 |
| HSL | 298.62º | 0.9% | 0.81% | - |
| HSV(B) | 298.62º | 0.35% | 0.98% | - |
| XYZ | 69.06 | 53.05 | 97.04 | - |
| YUV | 198.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 250 | 0.01 | 0.35 | 0 | 0.02 | 298.62 | 0.9 | 0.81 |
| Hex | F8 | A3 | FA | 1 | 23 | 0 | 2 | 12B | 5A | 51 |
| Octal | 370 | 243 | 372 | 1 | 43 | 0 | 2 | 453 | 132 | 121 |
| Binary | 11111000 | 10100011 | 11111010 | 1 | 100011 | 0 | 10 | 100101011 | 1011010 | 1010001 |
Color Harmonies of #F8A3FA
Complementary color
Monochromatic Colors of #F8A3FA
Black with #F8A3FA
Text Example
Text Example
White with #F8A3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3FA; }
p { color: rgb(248,163,250); }
H1.HeaderClassName
{
color: #F8A3FA;
}
.AnyTagClassName
{
color: #F8A3FA;
}
</style>
background-color css
<style>
a { background-color: #F8A3FA; }
a { background-color: rgb(248,163,250); }
div.DivClassName
{
background-color: #F8A3FA;
}
.BgClassName
{
background-color: #F8A3FA;
}
</style>
border-color css
<style>
span { border-color: #F8A3FA; }
span { border-color: rgb(248,163,250); }
td.TdClassName
{
border-color: #F8A3FA;
}
.TagClassName
{
border-color: #F8A3FA;
}
</style>