Shades of Selago #FAE2FF
Tints of Selago #FAE2FF
RGB
CMYK
RGB Variations
Color information
#FAE2FF (or 0xFAE2FF) is known color: Selago. HEX triplet: FA, E2 and FF. RGB value is (250,226,255). Sum of RGB (Red+Green+Blue) = 250+226+255=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 226 (88.67% from 255 or 30.92% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2FF is #051D00. Grayscale: #ECECEC. Windows color (decimal): -335105 or 16769786. OLE color: 16769786.
HSL color Cylindrical-coordinate representation of color #FAE2FF: hue angle of 289.66º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE2FF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 226 | 255 | - |
| CMYK | 0.02 | 0.11 | 0 | 0 |
| HSL | 289.66º | 1% | 0.94% | - |
| HSV(B) | 289.66º | 0.11% | 1% | - |
| XYZ | 84.67 | 81.94 | 105.96 | - |
| YUV | 236.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 255 | 0.02 | 0.11 | 0 | 0 | 289.66 | 1 | 0.94 |
| Hex | FA | E2 | FF | 2 | B | 0 | 0 | 122 | 64 | 5E |
| Octal | 372 | 342 | 377 | 2 | 13 | 0 | 0 | 442 | 144 | 136 |
| Binary | 11111010 | 11100010 | 11111111 | 10 | 1011 | 0 | 0 | 100100010 | 1100100 | 1011110 |
Color Harmonies of #FAE2FF
Complementary color
Monochromatic Colors of #FAE2FF
Black with #FAE2FF
Text Example
Text Example
White with #FAE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2FF; }
p { color: rgb(250,226,255); }
H1.HeaderClassName
{
color: #FAE2FF;
}
.AnyTagClassName
{
color: #FAE2FF;
}
</style>
background-color css
<style>
a { background-color: #FAE2FF; }
a { background-color: rgb(250,226,255); }
div.DivClassName
{
background-color: #FAE2FF;
}
.BgClassName
{
background-color: #FAE2FF;
}
</style>
border-color css
<style>
span { border-color: #FAE2FF; }
span { border-color: rgb(250,226,255); }
td.TdClassName
{
border-color: #FAE2FF;
}
.TagClassName
{
border-color: #FAE2FF;
}
</style>