Shades of Selago #FAE1FF
Tints of Selago #FAE1FF
RGB
CMYK
RGB Variations
Color information
#FAE1FF (or 0xFAE1FF) is known color: Selago. HEX triplet: FA, E1 and FF. RGB value is (250,225,255). Sum of RGB (Red+Green+Blue) = 250+225+255=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 225 (88.28% from 255 or 30.82% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1FF is #051E00. Grayscale: #EBEBEB. Windows color (decimal): -335361 or 16769530. OLE color: 16769530.
HSL color Cylindrical-coordinate representation of color #FAE1FF: hue angle of 290º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE1FF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 225 | 255 | - |
| CMYK | 0.02 | 0.12 | 0 | 0 |
| HSL | 290º | 1% | 0.94% | - |
| HSV(B) | 290º | 0.12% | 1% | - |
| XYZ | 84.4 | 81.39 | 105.87 | - |
| YUV | 235.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 255 | 0.02 | 0.12 | 0 | 0 | 290 | 1 | 0.94 |
| Hex | FA | E1 | FF | 2 | C | 0 | 0 | 122 | 64 | 5E |
| Octal | 372 | 341 | 377 | 2 | 14 | 0 | 0 | 442 | 144 | 136 |
| Binary | 11111010 | 11100001 | 11111111 | 10 | 1100 | 0 | 0 | 100100010 | 1100100 | 1011110 |
Color Harmonies of #FAE1FF
Complementary color
Monochromatic Colors of #FAE1FF
Black with #FAE1FF
Text Example
Text Example
White with #FAE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1FF; }
p { color: rgb(250,225,255); }
H1.HeaderClassName
{
color: #FAE1FF;
}
.AnyTagClassName
{
color: #FAE1FF;
}
</style>
background-color css
<style>
a { background-color: #FAE1FF; }
a { background-color: rgb(250,225,255); }
div.DivClassName
{
background-color: #FAE1FF;
}
.BgClassName
{
background-color: #FAE1FF;
}
</style>
border-color css
<style>
span { border-color: #FAE1FF; }
span { border-color: rgb(250,225,255); }
td.TdClassName
{
border-color: #FAE1FF;
}
.TagClassName
{
border-color: #FAE1FF;
}
</style>