Shades of Selago #FAE0FE
Tints of Selago #FAE0FE
RGB
CMYK
RGB Variations
Color information
#FAE0FE (or 0xFAE0FE) is known color: Selago. HEX triplet: FA, E0 and FE. RGB value is (250,224,254). Sum of RGB (Red+Green+Blue) = 250+224+254=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FE is #051F01. Grayscale: #EBEBEB. Windows color (decimal): -335618 or 16703738. OLE color: 16703738.
HSL color Cylindrical-coordinate representation of color #FAE0FE: hue angle of 292º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAE0FE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 224 | 254 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.00 |
| HSL | 292º | 0.94% | 0.94% | - |
| HSV(B) | 292º | 0.12% | 1% | - |
| XYZ | 83.97 | 80.79 | 104.93 | - |
| YUV | 235.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 254 | 0.02 | 0.12 | 0 | 0.00 | 292 | 0.94 | 0.94 |
| Hex | FA | E0 | FE | 2 | C | 0 | 0 | 124 | 5E | 5E |
| Octal | 372 | 340 | 376 | 2 | 14 | 0 | 0 | 444 | 136 | 136 |
| Binary | 11111010 | 11100000 | 11111110 | 10 | 1100 | 0 | 0 | 100100100 | 1011110 | 1011110 |
Color Harmonies of #FAE0FE
Complementary color
Monochromatic Colors of #FAE0FE
Black with #FAE0FE
Text Example
Text Example
White with #FAE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0FE; }
p { color: rgb(250,224,254); }
H1.HeaderClassName
{
color: #FAE0FE;
}
.AnyTagClassName
{
color: #FAE0FE;
}
</style>
background-color css
<style>
a { background-color: #FAE0FE; }
a { background-color: rgb(250,224,254); }
div.DivClassName
{
background-color: #FAE0FE;
}
.BgClassName
{
background-color: #FAE0FE;
}
</style>
border-color css
<style>
span { border-color: #FAE0FE; }
span { border-color: rgb(250,224,254); }
td.TdClassName
{
border-color: #FAE0FE;
}
.TagClassName
{
border-color: #FAE0FE;
}
</style>