Shades of Selago #FAE1FE
Tints of Selago #FAE1FE
RGB
CMYK
RGB Variations
Color information
#FAE1FE (or 0xFAE1FE) is known color: Selago. HEX triplet: FA, E1 and FE. RGB value is (250,225,254). Sum of RGB (Red+Green+Blue) = 250+225+254=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1FE is #051E01. Grayscale: #EBEBEB. Windows color (decimal): -335362 or 16703994. OLE color: 16703994.
HSL color Cylindrical-coordinate representation of color #FAE1FE: hue angle of 291.72º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE1FE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 225 | 254 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.00 |
| HSL | 291.72º | 0.94% | 0.94% | - |
| HSV(B) | 291.72º | 0.11% | 1% | - |
| XYZ | 84.24 | 81.33 | 105.02 | - |
| YUV | 235.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 254 | 0.02 | 0.11 | 0 | 0.00 | 291.72 | 0.94 | 0.94 |
| Hex | FA | E1 | FE | 2 | B | 0 | 0 | 124 | 5E | 5E |
| Octal | 372 | 341 | 376 | 2 | 13 | 0 | 0 | 444 | 136 | 136 |
| Binary | 11111010 | 11100001 | 11111110 | 10 | 1011 | 0 | 0 | 100100100 | 1011110 | 1011110 |
Color Harmonies of #FAE1FE
Complementary color
Monochromatic Colors of #FAE1FE
Black with #FAE1FE
Text Example
Text Example
White with #FAE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1FE; }
p { color: rgb(250,225,254); }
H1.HeaderClassName
{
color: #FAE1FE;
}
.AnyTagClassName
{
color: #FAE1FE;
}
</style>
background-color css
<style>
a { background-color: #FAE1FE; }
a { background-color: rgb(250,225,254); }
div.DivClassName
{
background-color: #FAE1FE;
}
.BgClassName
{
background-color: #FAE1FE;
}
</style>
border-color css
<style>
span { border-color: #FAE1FE; }
span { border-color: rgb(250,225,254); }
td.TdClassName
{
border-color: #FAE1FE;
}
.TagClassName
{
border-color: #FAE1FE;
}
</style>