Shades of Lavender Rose #FAAEE1
Tints of Lavender Rose #FAAEE1
RGB
CMYK
RGB Variations
Color information
#FAAEE1 (or 0xFAAEE1) is known color: Lavender Rose. HEX triplet: FA, AE and E1. RGB value is (250,174,225). Sum of RGB (Red+Green+Blue) = 250+174+225=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE1 is #05511E. Grayscale: #CACACA. Windows color (decimal): -348447 or 14790394. OLE color: 14790394.
HSL color Cylindrical-coordinate representation of color #FAAEE1: hue angle of 319.74º 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 #FAAEE1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 225 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.02 |
| HSL | 319.74º | 0.88% | 0.83% | - |
| HSV(B) | 319.74º | 0.3% | 0.98% | - |
| XYZ | 68.15 | 56.03 | 78.46 | - |
| YUV | 202.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 225 | 0 | 0.30 | 0.10 | 0.02 | 319.74 | 0.88 | 0.83 |
| Hex | FA | AE | E1 | 0 | 1E | A | 2 | 140 | 58 | 53 |
| Octal | 372 | 256 | 341 | 0 | 36 | 12 | 2 | 500 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11100001 | 0 | 11110 | 1010 | 10 | 101000000 | 1011000 | 1010011 |
Color Harmonies of #FAAEE1
Complementary color
Monochromatic Colors of #FAAEE1
Black with #FAAEE1
Text Example
Text Example
White with #FAAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEE1; }
p { color: rgb(250,174,225); }
H1.HeaderClassName
{
color: #FAAEE1;
}
.AnyTagClassName
{
color: #FAAEE1;
}
</style>
background-color css
<style>
a { background-color: #FAAEE1; }
a { background-color: rgb(250,174,225); }
div.DivClassName
{
background-color: #FAAEE1;
}
.BgClassName
{
background-color: #FAAEE1;
}
</style>
border-color css
<style>
span { border-color: #FAAEE1; }
span { border-color: rgb(250,174,225); }
td.TdClassName
{
border-color: #FAAEE1;
}
.TagClassName
{
border-color: #FAAEE1;
}
</style>