Shades of Lavender Rose #F9A0E4
Tints of Lavender Rose #F9A0E4
RGB
CMYK
RGB Variations
Color information
#F9A0E4 (or 0xF9A0E4) is known color: Lavender Rose. HEX triplet: F9, A0 and E4. RGB value is (249,160,228). Sum of RGB (Red+Green+Blue) = 249+160+228=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0E4 is #065F1B. Grayscale: #C2C2C2. Windows color (decimal): -417564 or 14983417. OLE color: 14983417.
HSL color Cylindrical-coordinate representation of color #F9A0E4: hue angle of 314.16º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0E4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 228 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.02 |
| HSL | 314.16º | 0.88% | 0.8% | - |
| HSV(B) | 314.16º | 0.36% | 0.98% | - |
| XYZ | 65.64 | 50.88 | 79.76 | - |
| YUV | 194.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 228 | 0 | 0.36 | 0.08 | 0.02 | 314.16 | 0.88 | 0.8 |
| Hex | F9 | A0 | E4 | 0 | 24 | 8 | 2 | 13A | 58 | 50 |
| Octal | 371 | 240 | 344 | 0 | 44 | 10 | 2 | 472 | 130 | 120 |
| Binary | 11111001 | 10100000 | 11100100 | 0 | 100100 | 1000 | 10 | 100111010 | 1011000 | 1010000 |
Color Harmonies of #F9A0E4
Complementary color
Monochromatic Colors of #F9A0E4
Black with #F9A0E4
Text Example
Text Example
White with #F9A0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A0E4; }
p { color: rgb(249,160,228); }
H1.HeaderClassName
{
color: #F9A0E4;
}
.AnyTagClassName
{
color: #F9A0E4;
}
</style>
background-color css
<style>
a { background-color: #F9A0E4; }
a { background-color: rgb(249,160,228); }
div.DivClassName
{
background-color: #F9A0E4;
}
.BgClassName
{
background-color: #F9A0E4;
}
</style>
border-color css
<style>
span { border-color: #F9A0E4; }
span { border-color: rgb(249,160,228); }
td.TdClassName
{
border-color: #F9A0E4;
}
.TagClassName
{
border-color: #F9A0E4;
}
</style>