Shades of Selago #FAE4FF
Tints of Selago #FAE4FF
RGB
CMYK
RGB Variations
Color information
#FAE4FF (or 0xFAE4FF) is known color: Selago. HEX triplet: FA, E4 and FF. RGB value is (250,228,255). Sum of RGB (Red+Green+Blue) = 250+228+255=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 228 (89.45% from 255 or 31.11% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4FF is #051B00. Grayscale: #EDEDED. Windows color (decimal): -334593 or 16770298. OLE color: 16770298.
HSL color Cylindrical-coordinate representation of color #FAE4FF: hue angle of 288.89º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE4FF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 228 | 255 | - |
| CMYK | 0.02 | 0.11 | 0 | 0 |
| HSL | 288.89º | 1% | 0.95% | - |
| HSV(B) | 288.89º | 0.11% | 1% | - |
| XYZ | 85.22 | 83.03 | 106.14 | - |
| YUV | 237.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 255 | 0.02 | 0.11 | 0 | 0 | 288.89 | 1 | 0.95 |
| Hex | FA | E4 | FF | 2 | B | 0 | 0 | 121 | 64 | 5F |
| Octal | 372 | 344 | 377 | 2 | 13 | 0 | 0 | 441 | 144 | 137 |
| Binary | 11111010 | 11100100 | 11111111 | 10 | 1011 | 0 | 0 | 100100001 | 1100100 | 1011111 |
Color Harmonies of #FAE4FF
Complementary color
Monochromatic Colors of #FAE4FF
Black with #FAE4FF
Text Example
Text Example
White with #FAE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4FF; }
p { color: rgb(250,228,255); }
H1.HeaderClassName
{
color: #FAE4FF;
}
.AnyTagClassName
{
color: #FAE4FF;
}
</style>
background-color css
<style>
a { background-color: #FAE4FF; }
a { background-color: rgb(250,228,255); }
div.DivClassName
{
background-color: #FAE4FF;
}
.BgClassName
{
background-color: #FAE4FF;
}
</style>
border-color css
<style>
span { border-color: #FAE4FF; }
span { border-color: rgb(250,228,255); }
td.TdClassName
{
border-color: #FAE4FF;
}
.TagClassName
{
border-color: #FAE4FF;
}
</style>