Shades of Lavender Rose #FAAEEA
Tints of Lavender Rose #FAAEEA
RGB
CMYK
RGB Variations
Color information
#FAAEEA (or 0xFAAEEA) is known color: Lavender Rose. HEX triplet: FA, AE and EA. RGB value is (250,174,234). Sum of RGB (Red+Green+Blue) = 250+174+234=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEEA is #055115. Grayscale: #CBCBCB. Windows color (decimal): -348438 or 15380218. OLE color: 15380218.
HSL color Cylindrical-coordinate representation of color #FAAEEA: hue angle of 312.63º 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 #FAAEEA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 234 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.02 |
| HSL | 312.63º | 0.88% | 0.83% | - |
| HSV(B) | 312.63º | 0.3% | 0.98% | - |
| XYZ | 69.41 | 56.54 | 85.1 | - |
| YUV | 203.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 234 | 0 | 0.30 | 0.06 | 0.02 | 312.63 | 0.88 | 0.83 |
| Hex | FA | AE | EA | 0 | 1E | 6 | 2 | 139 | 58 | 53 |
| Octal | 372 | 256 | 352 | 0 | 36 | 6 | 2 | 471 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11101010 | 0 | 11110 | 110 | 10 | 100111001 | 1011000 | 1010011 |
Color Harmonies of #FAAEEA
Complementary color
Monochromatic Colors of #FAAEEA
Black with #FAAEEA
Text Example
Text Example
White with #FAAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEEA; }
p { color: rgb(250,174,234); }
H1.HeaderClassName
{
color: #FAAEEA;
}
.AnyTagClassName
{
color: #FAAEEA;
}
</style>
background-color css
<style>
a { background-color: #FAAEEA; }
a { background-color: rgb(250,174,234); }
div.DivClassName
{
background-color: #FAAEEA;
}
.BgClassName
{
background-color: #FAAEEA;
}
</style>
border-color css
<style>
span { border-color: #FAAEEA; }
span { border-color: rgb(250,174,234); }
td.TdClassName
{
border-color: #FAAEEA;
}
.TagClassName
{
border-color: #FAAEEA;
}
</style>