Shades of Lavender Rose #FAAEEE
Tints of Lavender Rose #FAAEEE
RGB
CMYK
RGB Variations
Color information
#FAAEEE (or 0xFAAEEE) is known color: Lavender Rose. HEX triplet: FA, AE and EE. RGB value is (250,174,238). Sum of RGB (Red+Green+Blue) = 250+174+238=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEEE is #055111. Grayscale: #CBCBCB. Windows color (decimal): -348434 or 15642362. OLE color: 15642362.
HSL color Cylindrical-coordinate representation of color #FAAEEE: hue angle of 309.47º 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 #FAAEEE is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 238 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.02 |
| HSL | 309.47º | 0.88% | 0.83% | - |
| HSV(B) | 309.47º | 0.3% | 0.98% | - |
| XYZ | 69.99 | 56.77 | 88.16 | - |
| YUV | 204.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 238 | 0 | 0.30 | 0.05 | 0.02 | 309.47 | 0.88 | 0.83 |
| Hex | FA | AE | EE | 0 | 1E | 5 | 2 | 135 | 58 | 53 |
| Octal | 372 | 256 | 356 | 0 | 36 | 5 | 2 | 465 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11101110 | 0 | 11110 | 101 | 10 | 100110101 | 1011000 | 1010011 |
Color Harmonies of #FAAEEE
Complementary color
Monochromatic Colors of #FAAEEE
Black with #FAAEEE
Text Example
Text Example
White with #FAAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEEE; }
p { color: rgb(250,174,238); }
H1.HeaderClassName
{
color: #FAAEEE;
}
.AnyTagClassName
{
color: #FAAEEE;
}
</style>
background-color css
<style>
a { background-color: #FAAEEE; }
a { background-color: rgb(250,174,238); }
div.DivClassName
{
background-color: #FAAEEE;
}
.BgClassName
{
background-color: #FAAEEE;
}
</style>
border-color css
<style>
span { border-color: #FAAEEE; }
span { border-color: rgb(250,174,238); }
td.TdClassName
{
border-color: #FAAEEE;
}
.TagClassName
{
border-color: #FAAEEE;
}
</style>