Shades of Lavender Rose #F9A4EC
Tints of Lavender Rose #F9A4EC
RGB
CMYK
RGB Variations
Color information
#F9A4EC (or 0xF9A4EC) is known color: Lavender Rose. HEX triplet: F9, A4 and EC. RGB value is (249,164,236). Sum of RGB (Red+Green+Blue) = 249+164+236=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A4EC is #065B13. Grayscale: #C5C5C5. Windows color (decimal): -416532 or 15508729. OLE color: 15508729.
HSL color Cylindrical-coordinate representation of color #F9A4EC: hue angle of 309.18º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A4EC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 236 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.02 |
| HSL | 309.18º | 0.88% | 0.81% | - |
| HSV(B) | 309.18º | 0.34% | 0.98% | - |
| XYZ | 67.48 | 52.75 | 85.98 | - |
| YUV | 197.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 236 | 0 | 0.34 | 0.05 | 0.02 | 309.18 | 0.88 | 0.81 |
| Hex | F9 | A4 | EC | 0 | 22 | 5 | 2 | 135 | 58 | 51 |
| Octal | 371 | 244 | 354 | 0 | 42 | 5 | 2 | 465 | 130 | 121 |
| Binary | 11111001 | 10100100 | 11101100 | 0 | 100010 | 101 | 10 | 100110101 | 1011000 | 1010001 |
Color Harmonies of #F9A4EC
Complementary color
Monochromatic Colors of #F9A4EC
Black with #F9A4EC
Text Example
Text Example
White with #F9A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A4EC; }
p { color: rgb(249,164,236); }
H1.HeaderClassName
{
color: #F9A4EC;
}
.AnyTagClassName
{
color: #F9A4EC;
}
</style>
background-color css
<style>
a { background-color: #F9A4EC; }
a { background-color: rgb(249,164,236); }
div.DivClassName
{
background-color: #F9A4EC;
}
.BgClassName
{
background-color: #F9A4EC;
}
</style>
border-color css
<style>
span { border-color: #F9A4EC; }
span { border-color: rgb(249,164,236); }
td.TdClassName
{
border-color: #F9A4EC;
}
.TagClassName
{
border-color: #F9A4EC;
}
</style>