Shades of Lavender Rose #FAAEE3
Tints of Lavender Rose #FAAEE3
RGB
CMYK
RGB Variations
Color information
#FAAEE3 (or 0xFAAEE3) is known color: Lavender Rose. HEX triplet: FA, AE and E3. RGB value is (250,174,227). Sum of RGB (Red+Green+Blue) = 250+174+227=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE3 is #05511C. Grayscale: #CACACA. Windows color (decimal): -348445 or 14921466. OLE color: 14921466.
HSL color Cylindrical-coordinate representation of color #FAAEE3: hue angle of 318.16º 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 #FAAEE3 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 227 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.02 |
| HSL | 318.16º | 0.88% | 0.83% | - |
| HSV(B) | 318.16º | 0.3% | 0.98% | - |
| XYZ | 68.43 | 56.14 | 79.9 | - |
| YUV | 202.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 227 | 0 | 0.30 | 0.09 | 0.02 | 318.16 | 0.88 | 0.83 |
| Hex | FA | AE | E3 | 0 | 1E | 9 | 2 | 13E | 58 | 53 |
| Octal | 372 | 256 | 343 | 0 | 36 | 11 | 2 | 476 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11100011 | 0 | 11110 | 1001 | 10 | 100111110 | 1011000 | 1010011 |
Color Harmonies of #FAAEE3
Complementary color
Monochromatic Colors of #FAAEE3
Black with #FAAEE3
Text Example
Text Example
White with #FAAEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEE3; }
p { color: rgb(250,174,227); }
H1.HeaderClassName
{
color: #FAAEE3;
}
.AnyTagClassName
{
color: #FAAEE3;
}
</style>
background-color css
<style>
a { background-color: #FAAEE3; }
a { background-color: rgb(250,174,227); }
div.DivClassName
{
background-color: #FAAEE3;
}
.BgClassName
{
background-color: #FAAEE3;
}
</style>
border-color css
<style>
span { border-color: #FAAEE3; }
span { border-color: rgb(250,174,227); }
td.TdClassName
{
border-color: #FAAEE3;
}
.TagClassName
{
border-color: #FAAEE3;
}
</style>