Shades of Lavender Rose #F9AFF0
Tints of Lavender Rose #F9AFF0
RGB
CMYK
RGB Variations
Color information
#F9AFF0 (or 0xF9AFF0) is known color: Lavender Rose. HEX triplet: F9, AF and F0. RGB value is (249,175,240). Sum of RGB (Red+Green+Blue) = 249+175+240=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 175 (68.75% from 255 or 26.36% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFF0 is #06500F. Grayscale: #CCCCCC. Windows color (decimal): -413712 or 15773689. OLE color: 15773689.
HSL color Cylindrical-coordinate representation of color #F9AFF0: hue angle of 307.3º 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 #F9AFF0 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 240 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.02 |
| HSL | 307.3º | 0.86% | 0.83% | - |
| HSV(B) | 307.3º | 0.3% | 0.98% | - |
| XYZ | 70.13 | 57.09 | 89.76 | - |
| YUV | 204.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 240 | 0 | 0.30 | 0.04 | 0.02 | 307.3 | 0.86 | 0.83 |
| Hex | F9 | AF | F0 | 0 | 1E | 4 | 2 | 133 | 56 | 53 |
| Octal | 371 | 257 | 360 | 0 | 36 | 4 | 2 | 463 | 126 | 123 |
| Binary | 11111001 | 10101111 | 11110000 | 0 | 11110 | 100 | 10 | 100110011 | 1010110 | 1010011 |
Color Harmonies of #F9AFF0
Complementary color
Monochromatic Colors of #F9AFF0
Black with #F9AFF0
Text Example
Text Example
White with #F9AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AFF0; }
p { color: rgb(249,175,240); }
H1.HeaderClassName
{
color: #F9AFF0;
}
.AnyTagClassName
{
color: #F9AFF0;
}
</style>
background-color css
<style>
a { background-color: #F9AFF0; }
a { background-color: rgb(249,175,240); }
div.DivClassName
{
background-color: #F9AFF0;
}
.BgClassName
{
background-color: #F9AFF0;
}
</style>
border-color css
<style>
span { border-color: #F9AFF0; }
span { border-color: rgb(249,175,240); }
td.TdClassName
{
border-color: #F9AFF0;
}
.TagClassName
{
border-color: #F9AFF0;
}
</style>