Shades of Lavender Rose #FAAEED
Tints of Lavender Rose #FAAEED
RGB
CMYK
RGB Variations
Color information
#FAAEED (or 0xFAAEED) is known color: Lavender Rose. HEX triplet: FA, AE and ED. RGB value is (250,174,237). Sum of RGB (Red+Green+Blue) = 250+174+237=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEED is #055112. Grayscale: #CBCBCB. Windows color (decimal): -348435 or 15576826. OLE color: 15576826.
HSL color Cylindrical-coordinate representation of color #FAAEED: hue angle of 310.26º 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 #FAAEED is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 237 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.02 |
| HSL | 310.26º | 0.88% | 0.83% | - |
| HSV(B) | 310.26º | 0.3% | 0.98% | - |
| XYZ | 69.85 | 56.71 | 87.39 | - |
| YUV | 203.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 237 | 0 | 0.30 | 0.05 | 0.02 | 310.26 | 0.88 | 0.83 |
| Hex | FA | AE | ED | 0 | 1E | 5 | 2 | 136 | 58 | 53 |
| Octal | 372 | 256 | 355 | 0 | 36 | 5 | 2 | 466 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11101101 | 0 | 11110 | 101 | 10 | 100110110 | 1011000 | 1010011 |
Color Harmonies of #FAAEED
Complementary color
Monochromatic Colors of #FAAEED
Black with #FAAEED
Text Example
Text Example
White with #FAAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEED; }
p { color: rgb(250,174,237); }
H1.HeaderClassName
{
color: #FAAEED;
}
.AnyTagClassName
{
color: #FAAEED;
}
</style>
background-color css
<style>
a { background-color: #FAAEED; }
a { background-color: rgb(250,174,237); }
div.DivClassName
{
background-color: #FAAEED;
}
.BgClassName
{
background-color: #FAAEED;
}
</style>
border-color css
<style>
span { border-color: #FAAEED; }
span { border-color: rgb(250,174,237); }
td.TdClassName
{
border-color: #FAAEED;
}
.TagClassName
{
border-color: #FAAEED;
}
</style>