Shades of Lavender Rose #FAADE0
Tints of Lavender Rose #FAADE0
RGB
CMYK
RGB Variations
Color information
#FAADE0 (or 0xFAADE0) is known color: Lavender Rose. HEX triplet: FA, AD and E0. RGB value is (250,173,224). Sum of RGB (Red+Green+Blue) = 250+173+224=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADE0 is #05521F. Grayscale: #C9C9C9. Windows color (decimal): -348704 or 14724602. OLE color: 14724602.
HSL color Cylindrical-coordinate representation of color #FAADE0: hue angle of 320.26º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADE0 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 224 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.02 |
| HSL | 320.26º | 0.89% | 0.83% | - |
| HSV(B) | 320.26º | 0.31% | 0.98% | - |
| XYZ | 67.82 | 55.59 | 77.68 | - |
| YUV | 201.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 224 | 0 | 0.31 | 0.10 | 0.02 | 320.26 | 0.89 | 0.83 |
| Hex | FA | AD | E0 | 0 | 1F | A | 2 | 140 | 59 | 53 |
| Octal | 372 | 255 | 340 | 0 | 37 | 12 | 2 | 500 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11100000 | 0 | 11111 | 1010 | 10 | 101000000 | 1011001 | 1010011 |
Color Harmonies of #FAADE0
Complementary color
Monochromatic Colors of #FAADE0
Black with #FAADE0
Text Example
Text Example
White with #FAADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADE0; }
p { color: rgb(250,173,224); }
H1.HeaderClassName
{
color: #FAADE0;
}
.AnyTagClassName
{
color: #FAADE0;
}
</style>
background-color css
<style>
a { background-color: #FAADE0; }
a { background-color: rgb(250,173,224); }
div.DivClassName
{
background-color: #FAADE0;
}
.BgClassName
{
background-color: #FAADE0;
}
</style>
border-color css
<style>
span { border-color: #FAADE0; }
span { border-color: rgb(250,173,224); }
td.TdClassName
{
border-color: #FAADE0;
}
.TagClassName
{
border-color: #FAADE0;
}
</style>