Shades of Lavender Rose #FAAEF7
Tints of Lavender Rose #FAAEF7
RGB
CMYK
RGB Variations
Color information
#FAAEF7 (or 0xFAAEF7) is known color: Lavender Rose. HEX triplet: FA, AE and F7. RGB value is (250,174,247). Sum of RGB (Red+Green+Blue) = 250+174+247=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 174 (68.36% from 255 or 25.93% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEF7 is #055108. Grayscale: #CCCCCC. Windows color (decimal): -348425 or 16232186. OLE color: 16232186.
HSL color Cylindrical-coordinate representation of color #FAAEF7: hue angle of 302.37º 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 #FAAEF7 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 247 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.02 |
| HSL | 302.37º | 0.88% | 0.83% | - |
| HSV(B) | 302.37º | 0.3% | 0.98% | - |
| XYZ | 71.35 | 57.31 | 95.3 | - |
| YUV | 205.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 247 | 0 | 0.30 | 0.01 | 0.02 | 302.37 | 0.88 | 0.83 |
| Hex | FA | AE | F7 | 0 | 1E | 1 | 2 | 12E | 58 | 53 |
| Octal | 372 | 256 | 367 | 0 | 36 | 1 | 2 | 456 | 130 | 123 |
| Binary | 11111010 | 10101110 | 11110111 | 0 | 11110 | 1 | 10 | 100101110 | 1011000 | 1010011 |
Color Harmonies of #FAAEF7
Complementary color
Monochromatic Colors of #FAAEF7
Black with #FAAEF7
Text Example
Text Example
White with #FAAEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEF7; }
p { color: rgb(250,174,247); }
H1.HeaderClassName
{
color: #FAAEF7;
}
.AnyTagClassName
{
color: #FAAEF7;
}
</style>
background-color css
<style>
a { background-color: #FAAEF7; }
a { background-color: rgb(250,174,247); }
div.DivClassName
{
background-color: #FAAEF7;
}
.BgClassName
{
background-color: #FAAEF7;
}
</style>
border-color css
<style>
span { border-color: #FAAEF7; }
span { border-color: rgb(250,174,247); }
td.TdClassName
{
border-color: #FAAEF7;
}
.TagClassName
{
border-color: #FAAEF7;
}
</style>