Shades of White Lilac #FAE5FF
Tints of White Lilac #FAE5FF
RGB
CMYK
RGB Variations
Color information
#FAE5FF (or 0xFAE5FF) is known color: White Lilac. HEX triplet: FA, E5 and FF. RGB value is (250,229,255). Sum of RGB (Red+Green+Blue) = 250+229+255=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 229 (89.84% from 255 or 31.20% from 734); Blue value is 255 (100% from 255 or 34.74% from 734); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FF is #051A00. Grayscale: #EEEEEE. Windows color (decimal): -334337 or 16770554. OLE color: 16770554.
HSL color Cylindrical-coordinate representation of color #FAE5FF: hue angle of 288.46º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE5FF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 229 | 255 | - |
| CMYK | 0.02 | 0.10 | 0 | 0 |
| HSL | 288.46º | 1% | 0.95% | - |
| HSV(B) | 288.46º | 0.1% | 1% | - |
| XYZ | 85.49 | 83.58 | 106.23 | - |
| YUV | 238.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 255 | 0.02 | 0.10 | 0 | 0 | 288.46 | 1 | 0.95 |
| Hex | FA | E5 | FF | 2 | A | 0 | 0 | 120 | 64 | 5F |
| Octal | 372 | 345 | 377 | 2 | 12 | 0 | 0 | 440 | 144 | 137 |
| Binary | 11111010 | 11100101 | 11111111 | 10 | 1010 | 0 | 0 | 100100000 | 1100100 | 1011111 |
Color Harmonies of #FAE5FF
Complementary color
Monochromatic Colors of #FAE5FF
Black with #FAE5FF
Text Example
Text Example
White with #FAE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5FF; }
p { color: rgb(250,229,255); }
H1.HeaderClassName
{
color: #FAE5FF;
}
.AnyTagClassName
{
color: #FAE5FF;
}
</style>
background-color css
<style>
a { background-color: #FAE5FF; }
a { background-color: rgb(250,229,255); }
div.DivClassName
{
background-color: #FAE5FF;
}
.BgClassName
{
background-color: #FAE5FF;
}
</style>
border-color css
<style>
span { border-color: #FAE5FF; }
span { border-color: rgb(250,229,255); }
td.TdClassName
{
border-color: #FAE5FF;
}
.TagClassName
{
border-color: #FAE5FF;
}
</style>