Shades of Lavender Rose #FAAADE
Tints of Lavender Rose #FAAADE
RGB
CMYK
RGB Variations
Color information
#FAAADE (or 0xFAAADE) is known color: Lavender Rose. HEX triplet: FA, AA and DE. RGB value is (250,170,222). Sum of RGB (Red+Green+Blue) = 250+170+222=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAADE is #055521. Grayscale: #C7C7C7. Windows color (decimal): -349474 or 14592762. OLE color: 14592762.
HSL color Cylindrical-coordinate representation of color #FAAADE: hue angle of 321º 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 #FAAADE is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 222 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.02 |
| HSL | 321º | 0.89% | 0.82% | - |
| HSV(B) | 321º | 0.32% | 0.98% | - |
| XYZ | 66.98 | 54.35 | 76.07 | - |
| YUV | 199.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 222 | 0 | 0.32 | 0.11 | 0.02 | 321 | 0.89 | 0.82 |
| Hex | FA | AA | DE | 0 | 20 | B | 2 | 141 | 59 | 52 |
| Octal | 372 | 252 | 336 | 0 | 40 | 13 | 2 | 501 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11011110 | 0 | 100000 | 1011 | 10 | 101000001 | 1011001 | 1010010 |
Color Harmonies of #FAAADE
Complementary color
Monochromatic Colors of #FAAADE
Black with #FAAADE
Text Example
Text Example
White with #FAAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAADE; }
p { color: rgb(250,170,222); }
H1.HeaderClassName
{
color: #FAAADE;
}
.AnyTagClassName
{
color: #FAAADE;
}
</style>
background-color css
<style>
a { background-color: #FAAADE; }
a { background-color: rgb(250,170,222); }
div.DivClassName
{
background-color: #FAAADE;
}
.BgClassName
{
background-color: #FAAADE;
}
</style>
border-color css
<style>
span { border-color: #FAAADE; }
span { border-color: rgb(250,170,222); }
td.TdClassName
{
border-color: #FAAADE;
}
.TagClassName
{
border-color: #FAAADE;
}
</style>