Shades of Lavender Rose #F8A3FC
Tints of Lavender Rose #F8A3FC
RGB
CMYK
RGB Variations
Color information
#F8A3FC (or 0xF8A3FC) is known color: Lavender Rose. HEX triplet: F8, A3 and FC. RGB value is (248,163,252). Sum of RGB (Red+Green+Blue) = 248+163+252=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 163 (64.06% from 255 or 24.59% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8A3FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A3FC is #075C03. Grayscale: #C6C6C6. Windows color (decimal): -482308 or 16557048. OLE color: 16557048.
HSL color Cylindrical-coordinate representation of color #F8A3FC: hue angle of 297.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A3FC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 163 | 252 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.01 |
| HSL | 297.3º | 0.94% | 0.81% | - |
| HSV(B) | 297.3º | 0.35% | 0.99% | - |
| XYZ | 69.38 | 53.18 | 98.7 | - |
| YUV | 198.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 252 | 0.02 | 0.35 | 0 | 0.01 | 297.3 | 0.94 | 0.81 |
| Hex | F8 | A3 | FC | 2 | 23 | 0 | 1 | 129 | 5E | 51 |
| Octal | 370 | 243 | 374 | 2 | 43 | 0 | 1 | 451 | 136 | 121 |
| Binary | 11111000 | 10100011 | 11111100 | 10 | 100011 | 0 | 1 | 100101001 | 1011110 | 1010001 |
Color Harmonies of #F8A3FC
Complementary color
Monochromatic Colors of #F8A3FC
Black with #F8A3FC
Text Example
Text Example
White with #F8A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A3FC; }
p { color: rgb(248,163,252); }
H1.HeaderClassName
{
color: #F8A3FC;
}
.AnyTagClassName
{
color: #F8A3FC;
}
</style>
background-color css
<style>
a { background-color: #F8A3FC; }
a { background-color: rgb(248,163,252); }
div.DivClassName
{
background-color: #F8A3FC;
}
.BgClassName
{
background-color: #F8A3FC;
}
</style>
border-color css
<style>
span { border-color: #F8A3FC; }
span { border-color: rgb(248,163,252); }
td.TdClassName
{
border-color: #F8A3FC;
}
.TagClassName
{
border-color: #F8A3FC;
}
</style>