Shades of Selago #FAEEFA
Tints of Selago #FAEEFA
RGB
CMYK
RGB Variations
Color information
#FAEEFA (or 0xFAEEFA) is known color: Selago. HEX triplet: FA, EE and FA. RGB value is (250,238,250). Sum of RGB (Red+Green+Blue) = 250+238+250=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 238 (93.36% from 255 or 32.25% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEFA is #051105. Grayscale: #F2F2F2. Windows color (decimal): -332038 or 16445178. OLE color: 16445178.
HSL color Cylindrical-coordinate representation of color #FAEEFA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAEEFA is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 250 | - |
| CMYK | 0 | 0.05 | 0 | 0.02 |
| HSL | 300º | 0.55% | 0.96% | - |
| HSV(B) | 300º | 0.05% | 0.98% | - |
| XYZ | 87.25 | 88.38 | 102.9 | - |
| YUV | 242.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 250 | 0 | 0.05 | 0 | 0.02 | 300 | 0.55 | 0.96 |
| Hex | FA | EE | FA | 0 | 5 | 0 | 2 | 12C | 37 | 60 |
| Octal | 372 | 356 | 372 | 0 | 5 | 0 | 2 | 454 | 67 | 140 |
| Binary | 11111010 | 11101110 | 11111010 | 0 | 101 | 0 | 10 | 100101100 | 110111 | 1100000 |
Color Harmonies of #FAEEFA
Complementary color
Monochromatic Colors of #FAEEFA
Black with #FAEEFA
Text Example
Text Example
White with #FAEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEFA; }
p { color: rgb(250,238,250); }
H1.HeaderClassName
{
color: #FAEEFA;
}
.AnyTagClassName
{
color: #FAEEFA;
}
</style>
background-color css
<style>
a { background-color: #FAEEFA; }
a { background-color: rgb(250,238,250); }
div.DivClassName
{
background-color: #FAEEFA;
}
.BgClassName
{
background-color: #FAEEFA;
}
</style>
border-color css
<style>
span { border-color: #FAEEFA; }
span { border-color: rgb(250,238,250); }
td.TdClassName
{
border-color: #FAEEFA;
}
.TagClassName
{
border-color: #FAEEFA;
}
</style>