Shades of Lavender Rose #FAA3EC
Tints of Lavender Rose #FAA3EC
RGB
CMYK
RGB Variations
Color information
#FAA3EC (or 0xFAA3EC) is known color: Lavender Rose. HEX triplet: FA, A3 and EC. RGB value is (250,163,236). Sum of RGB (Red+Green+Blue) = 250+163+236=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 163 (64.06% from 255 or 25.12% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA3EC is #055C13. Grayscale: #C5C5C5. Windows color (decimal): -351252 or 15508474. OLE color: 15508474.
HSL color Cylindrical-coordinate representation of color #FAA3EC: hue angle of 309.66º degrees, saturation: 0.9, 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 #FAA3EC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 236 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.02 |
| HSL | 309.66º | 0.9% | 0.81% | - |
| HSV(B) | 309.66º | 0.35% | 0.98% | - |
| XYZ | 67.66 | 52.57 | 85.94 | - |
| YUV | 197.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 236 | 0 | 0.35 | 0.06 | 0.02 | 309.66 | 0.9 | 0.81 |
| Hex | FA | A3 | EC | 0 | 23 | 6 | 2 | 136 | 5A | 51 |
| Octal | 372 | 243 | 354 | 0 | 43 | 6 | 2 | 466 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11101100 | 0 | 100011 | 110 | 10 | 100110110 | 1011010 | 1010001 |
Color Harmonies of #FAA3EC
Complementary color
Monochromatic Colors of #FAA3EC
Black with #FAA3EC
Text Example
Text Example
White with #FAA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3EC; }
p { color: rgb(250,163,236); }
H1.HeaderClassName
{
color: #FAA3EC;
}
.AnyTagClassName
{
color: #FAA3EC;
}
</style>
background-color css
<style>
a { background-color: #FAA3EC; }
a { background-color: rgb(250,163,236); }
div.DivClassName
{
background-color: #FAA3EC;
}
.BgClassName
{
background-color: #FAA3EC;
}
</style>
border-color css
<style>
span { border-color: #FAA3EC; }
span { border-color: rgb(250,163,236); }
td.TdClassName
{
border-color: #FAA3EC;
}
.TagClassName
{
border-color: #FAA3EC;
}
</style>