Shades of Lavender Rose #FAAEE0
Tints of Lavender Rose #FAAEE0
RGB
CMYK
RGB Variations
Color information
#FAAEE0 (or 0xFAAEE0) is known color: Lavender Rose. HEX triplet: FA, AE and E0. RGB value is (250,174,224). Sum of RGB (Red+Green+Blue) = 250+174+224=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE0 is #05511F. Grayscale: #CACACA. Windows color (decimal): -348448 or 14724858. OLE color: 14724858.
HSL color Cylindrical-coordinate representation of color #FAAEE0: hue angle of 320.53º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEE0 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 224 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.02 |
| HSL | 320.53º | 0.88% | 0.83% | - |
| HSV(B) | 320.53º | 0.3% | 0.98% | - |
| XYZ | 68.01 | 55.98 | 77.74 | - |
| YUV | 202.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 224 | 0 | 0.30 | 0.10 | 0.02 | 320.53 | 0.88 | 0.83 |
| Hex | FA | AE | E0 | 0 | 1E | A | 2 | 141 | 58 | 53 |
| Octal | 372 | 256 | 340 | 0 | 36 | 12 | 2 | 501 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11100000 | 0 | 11110 | 1010 | 10 | 101000001 | 1011000 | 1010011 |
Color Harmonies of #FAAEE0
Complementary color
Monochromatic Colors of #FAAEE0
Black with #FAAEE0
Text Example
Text Example
White with #FAAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEE0; }
p { color: rgb(250,174,224); }
H1.HeaderClassName
{
color: #FAAEE0;
}
.AnyTagClassName
{
color: #FAAEE0;
}
</style>
background-color css
<style>
a { background-color: #FAAEE0; }
a { background-color: rgb(250,174,224); }
div.DivClassName
{
background-color: #FAAEE0;
}
.BgClassName
{
background-color: #FAAEE0;
}
</style>
border-color css
<style>
span { border-color: #FAAEE0; }
span { border-color: rgb(250,174,224); }
td.TdClassName
{
border-color: #FAAEE0;
}
.TagClassName
{
border-color: #FAAEE0;
}
</style>