Shades of Lavender Rose #F8A3FD
Tints of Lavender Rose #F8A3FD
RGB
CMYK
RGB Variations
Color information
#F8A3FD (or 0xF8A3FD) is known color: Lavender Rose. HEX triplet: F8, A3 and FD. RGB value is (248,163,253). Sum of RGB (Red+Green+Blue) = 248+163+253=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 163 (64.06% from 255 or 24.55% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8A3FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A3FD is #075C02. Grayscale: #C6C6C6. Windows color (decimal): -482307 or 16622584. OLE color: 16622584.
HSL color Cylindrical-coordinate representation of color #F8A3FD: hue angle of 296.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8A3FD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 163 | 253 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.01 |
| HSL | 296.67º | 0.96% | 0.82% | - |
| HSV(B) | 296.67º | 0.36% | 0.99% | - |
| XYZ | 69.54 | 53.24 | 99.54 | - |
| YUV | 198.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 253 | 0.02 | 0.36 | 0 | 0.01 | 296.67 | 0.96 | 0.82 |
| Hex | F8 | A3 | FD | 2 | 24 | 0 | 1 | 129 | 60 | 52 |
| Octal | 370 | 243 | 375 | 2 | 44 | 0 | 1 | 451 | 140 | 122 |
| Binary | 11111000 | 10100011 | 11111101 | 10 | 100100 | 0 | 1 | 100101001 | 1100000 | 1010010 |
Color Harmonies of #F8A3FD
Complementary color
Monochromatic Colors of #F8A3FD
Black with #F8A3FD
Text Example
Text Example
White with #F8A3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3FD; }
p { color: rgb(248,163,253); }
H1.HeaderClassName
{
color: #F8A3FD;
}
.AnyTagClassName
{
color: #F8A3FD;
}
</style>
background-color css
<style>
a { background-color: #F8A3FD; }
a { background-color: rgb(248,163,253); }
div.DivClassName
{
background-color: #F8A3FD;
}
.BgClassName
{
background-color: #F8A3FD;
}
</style>
border-color css
<style>
span { border-color: #F8A3FD; }
span { border-color: rgb(248,163,253); }
td.TdClassName
{
border-color: #F8A3FD;
}
.TagClassName
{
border-color: #F8A3FD;
}
</style>