Shades of Lavender Rose #F8A9FC
Tints of Lavender Rose #F8A9FC
RGB
CMYK
RGB Variations
Color information
#F8A9FC (or 0xF8A9FC) is known color: Lavender Rose. HEX triplet: F8, A9 and FC. RGB value is (248,169,252). Sum of RGB (Red+Green+Blue) = 248+169+252=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 169 (66.41% from 255 or 25.26% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8A9FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9FC is #075603. Grayscale: #C9C9C9. Windows color (decimal): -480772 or 16558584. OLE color: 16558584.
HSL color Cylindrical-coordinate representation of color #F8A9FC: hue angle of 297.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A9FC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 169 | 252 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.01 |
| HSL | 297.11º | 0.93% | 0.83% | - |
| HSV(B) | 297.11º | 0.33% | 0.99% | - |
| XYZ | 70.47 | 55.36 | 99.07 | - |
| YUV | 202.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 252 | 0.02 | 0.33 | 0 | 0.01 | 297.11 | 0.93 | 0.83 |
| Hex | F8 | A9 | FC | 2 | 21 | 0 | 1 | 129 | 5D | 53 |
| Octal | 370 | 251 | 374 | 2 | 41 | 0 | 1 | 451 | 135 | 123 |
| Binary | 11111000 | 10101001 | 11111100 | 10 | 100001 | 0 | 1 | 100101001 | 1011101 | 1010011 |
Color Harmonies of #F8A9FC
Complementary color
Monochromatic Colors of #F8A9FC
Black with #F8A9FC
Text Example
Text Example
White with #F8A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9FC; }
p { color: rgb(248,169,252); }
H1.HeaderClassName
{
color: #F8A9FC;
}
.AnyTagClassName
{
color: #F8A9FC;
}
</style>
background-color css
<style>
a { background-color: #F8A9FC; }
a { background-color: rgb(248,169,252); }
div.DivClassName
{
background-color: #F8A9FC;
}
.BgClassName
{
background-color: #F8A9FC;
}
</style>
border-color css
<style>
span { border-color: #F8A9FC; }
span { border-color: rgb(248,169,252); }
td.TdClassName
{
border-color: #F8A9FC;
}
.TagClassName
{
border-color: #F8A9FC;
}
</style>