Shades of Lavender Rose #F9A3EC
Tints of Lavender Rose #F9A3EC
RGB
CMYK
RGB Variations
Color information
#F9A3EC (or 0xF9A3EC) is known color: Lavender Rose. HEX triplet: F9, A3 and EC. RGB value is (249,163,236). Sum of RGB (Red+Green+Blue) = 249+163+236=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 163 (64.06% from 255 or 25.15% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A3EC is #065C13. Grayscale: #C4C4C4. Windows color (decimal): -416788 or 15508473. OLE color: 15508473.
HSL color Cylindrical-coordinate representation of color #F9A3EC: hue angle of 309.07º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A3EC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 236 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 309.07º | 0.88% | 0.81% | - |
| HSV(B) | 309.07º | 0.35% | 0.98% | - |
| XYZ | 67.3 | 52.39 | 85.92 | - |
| YUV | 197.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 236 | 0 | 0.35 | 0.05 | 0.02 | 309.07 | 0.88 | 0.81 |
| Hex | F9 | A3 | EC | 0 | 23 | 5 | 2 | 135 | 58 | 51 |
| Octal | 371 | 243 | 354 | 0 | 43 | 5 | 2 | 465 | 130 | 121 |
| Binary | 11111001 | 10100011 | 11101100 | 0 | 100011 | 101 | 10 | 100110101 | 1011000 | 1010001 |
Color Harmonies of #F9A3EC
Complementary color
Monochromatic Colors of #F9A3EC
Black with #F9A3EC
Text Example
Text Example
White with #F9A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A3EC; }
p { color: rgb(249,163,236); }
H1.HeaderClassName
{
color: #F9A3EC;
}
.AnyTagClassName
{
color: #F9A3EC;
}
</style>
background-color css
<style>
a { background-color: #F9A3EC; }
a { background-color: rgb(249,163,236); }
div.DivClassName
{
background-color: #F9A3EC;
}
.BgClassName
{
background-color: #F9A3EC;
}
</style>
border-color css
<style>
span { border-color: #F9A3EC; }
span { border-color: rgb(249,163,236); }
td.TdClassName
{
border-color: #F9A3EC;
}
.TagClassName
{
border-color: #F9A3EC;
}
</style>