Shades of Lavender Rose #F8A7FC
Tints of Lavender Rose #F8A7FC
RGB
CMYK
RGB Variations
Color information
#F8A7FC (or 0xF8A7FC) is known color: Lavender Rose. HEX triplet: F8, A7 and FC. RGB value is (248,167,252). Sum of RGB (Red+Green+Blue) = 248+167+252=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 167 (65.62% from 255 or 25.04% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8A7FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A7FC is #075803. Grayscale: #C8C8C8. Windows color (decimal): -481284 or 16558072. OLE color: 16558072.
HSL color Cylindrical-coordinate representation of color #F8A7FC: hue angle of 297.18º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A7FC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 167 | 252 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.01 |
| HSL | 297.18º | 0.93% | 0.82% | - |
| HSV(B) | 297.18º | 0.34% | 0.99% | - |
| XYZ | 70.1 | 54.62 | 98.94 | - |
| YUV | 200.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 252 | 0.02 | 0.34 | 0 | 0.01 | 297.18 | 0.93 | 0.82 |
| Hex | F8 | A7 | FC | 2 | 22 | 0 | 1 | 129 | 5D | 52 |
| Octal | 370 | 247 | 374 | 2 | 42 | 0 | 1 | 451 | 135 | 122 |
| Binary | 11111000 | 10100111 | 11111100 | 10 | 100010 | 0 | 1 | 100101001 | 1011101 | 1010010 |
Color Harmonies of #F8A7FC
Complementary color
Monochromatic Colors of #F8A7FC
Black with #F8A7FC
Text Example
Text Example
White with #F8A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A7FC; }
p { color: rgb(248,167,252); }
H1.HeaderClassName
{
color: #F8A7FC;
}
.AnyTagClassName
{
color: #F8A7FC;
}
</style>
background-color css
<style>
a { background-color: #F8A7FC; }
a { background-color: rgb(248,167,252); }
div.DivClassName
{
background-color: #F8A7FC;
}
.BgClassName
{
background-color: #F8A7FC;
}
</style>
border-color css
<style>
span { border-color: #F8A7FC; }
span { border-color: rgb(248,167,252); }
td.TdClassName
{
border-color: #F8A7FC;
}
.TagClassName
{
border-color: #F8A7FC;
}
</style>