Shades of Lavender Rose #FAAEE7
Tints of Lavender Rose #FAAEE7
RGB
CMYK
RGB Variations
Color information
#FAAEE7 (or 0xFAAEE7) is known color: Lavender Rose. HEX triplet: FA, AE and E7. RGB value is (250,174,231). Sum of RGB (Red+Green+Blue) = 250+174+231=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEE7 is #055118. Grayscale: #CBCBCB. Windows color (decimal): -348441 or 15183610. OLE color: 15183610.
HSL color Cylindrical-coordinate representation of color #FAAEE7: hue angle of 315º 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 #FAAEE7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 231 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 315º | 0.88% | 0.83% | - |
| HSV(B) | 315º | 0.3% | 0.98% | - |
| XYZ | 68.98 | 56.37 | 82.85 | - |
| YUV | 203.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 231 | 0 | 0.30 | 0.08 | 0.02 | 315 | 0.88 | 0.83 |
| Hex | FA | AE | E7 | 0 | 1E | 8 | 2 | 13B | 58 | 53 |
| Octal | 372 | 256 | 347 | 0 | 36 | 10 | 2 | 473 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11100111 | 0 | 11110 | 1000 | 10 | 100111011 | 1011000 | 1010011 |
Color Harmonies of #FAAEE7
Complementary color
Monochromatic Colors of #FAAEE7
Black with #FAAEE7
Text Example
Text Example
White with #FAAEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEE7; }
p { color: rgb(250,174,231); }
H1.HeaderClassName
{
color: #FAAEE7;
}
.AnyTagClassName
{
color: #FAAEE7;
}
</style>
background-color css
<style>
a { background-color: #FAAEE7; }
a { background-color: rgb(250,174,231); }
div.DivClassName
{
background-color: #FAAEE7;
}
.BgClassName
{
background-color: #FAAEE7;
}
</style>
border-color css
<style>
span { border-color: #FAAEE7; }
span { border-color: rgb(250,174,231); }
td.TdClassName
{
border-color: #FAAEE7;
}
.TagClassName
{
border-color: #FAAEE7;
}
</style>