Shades of Lavender Rose #F8AFF9
Tints of Lavender Rose #F8AFF9
RGB
CMYK
RGB Variations
Color information
#F8AFF9 (or 0xF8AFF9) is known color: Lavender Rose. HEX triplet: F8, AF and F9. RGB value is (248,175,249). Sum of RGB (Red+Green+Blue) = 248+175+249=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8AFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFF9 is #075006. Grayscale: #CDCDCD. Windows color (decimal): -479239 or 16363512. OLE color: 16363512.
HSL color Cylindrical-coordinate representation of color #F8AFF9: hue angle of 299.19º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AFF9 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 175 | 249 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.02 |
| HSL | 299.19º | 0.86% | 0.83% | - |
| HSV(B) | 299.19º | 0.3% | 0.98% | - |
| XYZ | 71.14 | 57.46 | 96.96 | - |
| YUV | 205.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 249 | 0.00 | 0.30 | 0 | 0.02 | 299.19 | 0.86 | 0.83 |
| Hex | F8 | AF | F9 | 0 | 1E | 0 | 2 | 12B | 56 | 53 |
| Octal | 370 | 257 | 371 | 0 | 36 | 0 | 2 | 453 | 126 | 123 |
| Binary | 11111000 | 10101111 | 11111001 | 0 | 11110 | 0 | 10 | 100101011 | 1010110 | 1010011 |
Color Harmonies of #F8AFF9
Complementary color
Monochromatic Colors of #F8AFF9
Black with #F8AFF9
Text Example
Text Example
White with #F8AFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFF9; }
p { color: rgb(248,175,249); }
H1.HeaderClassName
{
color: #F8AFF9;
}
.AnyTagClassName
{
color: #F8AFF9;
}
</style>
background-color css
<style>
a { background-color: #F8AFF9; }
a { background-color: rgb(248,175,249); }
div.DivClassName
{
background-color: #F8AFF9;
}
.BgClassName
{
background-color: #F8AFF9;
}
</style>
border-color css
<style>
span { border-color: #F8AFF9; }
span { border-color: rgb(248,175,249); }
td.TdClassName
{
border-color: #F8AFF9;
}
.TagClassName
{
border-color: #F8AFF9;
}
</style>