Shades of Lavender Rose #F8A9F9
Tints of Lavender Rose #F8A9F9
RGB
CMYK
RGB Variations
Color information
#F8A9F9 (or 0xF8A9F9) is known color: Lavender Rose. HEX triplet: F8, A9 and F9. RGB value is (248,169,249). Sum of RGB (Red+Green+Blue) = 248+169+249=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 169 (66.41% from 255 or 25.38% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #F8A9F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9F9 is #075606. Grayscale: #C9C9C9. Windows color (decimal): -480775 or 16361976. OLE color: 16361976.
HSL color Cylindrical-coordinate representation of color #F8A9F9: hue angle of 299.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9F9 is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 169 | 249 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.02 |
| HSL | 299.25º | 0.87% | 0.82% | - |
| HSV(B) | 299.25º | 0.32% | 0.98% | - |
| XYZ | 70 | 55.17 | 96.58 | - |
| YUV | 201.74 | 154.67 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 249 | 0.00 | 0.32 | 0 | 0.02 | 299.25 | 0.87 | 0.82 |
| Hex | F8 | A9 | F9 | 0 | 20 | 0 | 2 | 12B | 57 | 52 |
| Octal | 370 | 251 | 371 | 0 | 40 | 0 | 2 | 453 | 127 | 122 |
| Binary | 11111000 | 10101001 | 11111001 | 0 | 100000 | 0 | 10 | 100101011 | 1010111 | 1010010 |
Color Harmonies of #F8A9F9
Complementary color
Monochromatic Colors of #F8A9F9
Black with #F8A9F9
Text Example
Text Example
White with #F8A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9F9; }
p { color: rgb(248,169,249); }
H1.HeaderClassName
{
color: #F8A9F9;
}
.AnyTagClassName
{
color: #F8A9F9;
}
</style>
background-color css
<style>
a { background-color: #F8A9F9; }
a { background-color: rgb(248,169,249); }
div.DivClassName
{
background-color: #F8A9F9;
}
.BgClassName
{
background-color: #F8A9F9;
}
</style>
border-color css
<style>
span { border-color: #F8A9F9; }
span { border-color: rgb(248,169,249); }
td.TdClassName
{
border-color: #F8A9F9;
}
.TagClassName
{
border-color: #F8A9F9;
}
</style>