Shades of Lavender Rose #FAAAEC
Tints of Lavender Rose #FAAAEC
RGB
CMYK
RGB Variations
Color information
#FAAAEC (or 0xFAAAEC) is known color: Lavender Rose. HEX triplet: FA, AA and EC. RGB value is (250,170,236). Sum of RGB (Red+Green+Blue) = 250+170+236=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAEC is #055513. Grayscale: #C9C9C9. Windows color (decimal): -349460 or 15510266. OLE color: 15510266.
HSL color Cylindrical-coordinate representation of color #FAAAEC: hue angle of 310.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAEC is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 236 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.02 |
| HSL | 310.5º | 0.89% | 0.82% | - |
| HSV(B) | 310.5º | 0.32% | 0.98% | - |
| XYZ | 68.94 | 55.13 | 86.36 | - |
| YUV | 201.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 236 | 0 | 0.32 | 0.06 | 0.02 | 310.5 | 0.89 | 0.82 |
| Hex | FA | AA | EC | 0 | 20 | 6 | 2 | 136 | 59 | 52 |
| Octal | 372 | 252 | 354 | 0 | 40 | 6 | 2 | 466 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11101100 | 0 | 100000 | 110 | 10 | 100110110 | 1011001 | 1010010 |
Color Harmonies of #FAAAEC
Complementary color
Monochromatic Colors of #FAAAEC
Black with #FAAAEC
Text Example
Text Example
White with #FAAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAEC; }
p { color: rgb(250,170,236); }
H1.HeaderClassName
{
color: #FAAAEC;
}
.AnyTagClassName
{
color: #FAAAEC;
}
</style>
background-color css
<style>
a { background-color: #FAAAEC; }
a { background-color: rgb(250,170,236); }
div.DivClassName
{
background-color: #FAAAEC;
}
.BgClassName
{
background-color: #FAAAEC;
}
</style>
border-color css
<style>
span { border-color: #FAAAEC; }
span { border-color: rgb(250,170,236); }
td.TdClassName
{
border-color: #FAAAEC;
}
.TagClassName
{
border-color: #FAAAEC;
}
</style>