Shades of Lavender Rose #F8A4FA
Tints of Lavender Rose #F8A4FA
RGB
CMYK
RGB Variations
Color information
#F8A4FA (or 0xF8A4FA) is known color: Lavender Rose. HEX triplet: F8, A4 and FA. RGB value is (248,164,250). Sum of RGB (Red+Green+Blue) = 248+164+250=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8A4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A4FA is #075B05. Grayscale: #C6C6C6. Windows color (decimal): -482054 or 16426232. OLE color: 16426232.
HSL color Cylindrical-coordinate representation of color #F8A4FA: hue angle of 298.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A4FA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 164 | 250 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.02 |
| HSL | 298.6º | 0.9% | 0.81% | - |
| HSV(B) | 298.6º | 0.34% | 0.98% | - |
| XYZ | 69.24 | 53.41 | 97.1 | - |
| YUV | 198.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 250 | 0.01 | 0.34 | 0 | 0.02 | 298.6 | 0.9 | 0.81 |
| Hex | F8 | A4 | FA | 1 | 22 | 0 | 2 | 12B | 5A | 51 |
| Octal | 370 | 244 | 372 | 1 | 42 | 0 | 2 | 453 | 132 | 121 |
| Binary | 11111000 | 10100100 | 11111010 | 1 | 100010 | 0 | 10 | 100101011 | 1011010 | 1010001 |
Color Harmonies of #F8A4FA
Complementary color
Monochromatic Colors of #F8A4FA
Black with #F8A4FA
Text Example
Text Example
White with #F8A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A4FA; }
p { color: rgb(248,164,250); }
H1.HeaderClassName
{
color: #F8A4FA;
}
.AnyTagClassName
{
color: #F8A4FA;
}
</style>
background-color css
<style>
a { background-color: #F8A4FA; }
a { background-color: rgb(248,164,250); }
div.DivClassName
{
background-color: #F8A4FA;
}
.BgClassName
{
background-color: #F8A4FA;
}
</style>
border-color css
<style>
span { border-color: #F8A4FA; }
span { border-color: rgb(248,164,250); }
td.TdClassName
{
border-color: #F8A4FA;
}
.TagClassName
{
border-color: #F8A4FA;
}
</style>