Shades of Selago #FAEEF8
Tints of Selago #FAEEF8
RGB
CMYK
RGB Variations
Color information
#FAEEF8 (or 0xFAEEF8) is known color: Selago. HEX triplet: FA, EE and F8. RGB value is (250,238,248). Sum of RGB (Red+Green+Blue) = 250+238+248=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 238 (93.36% from 255 or 32.34% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEF8 is #051107. Grayscale: #F2F2F2. Windows color (decimal): -332040 or 16314106. OLE color: 16314106.
HSL color Cylindrical-coordinate representation of color #FAEEF8: hue angle of 310º 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 #FAEEF8 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 248 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.02 |
| HSL | 310º | 0.55% | 0.96% | - |
| HSV(B) | 310º | 0.05% | 0.98% | - |
| XYZ | 86.94 | 88.25 | 101.26 | - |
| YUV | 242.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 248 | 0 | 0.05 | 0.01 | 0.02 | 310 | 0.55 | 0.96 |
| Hex | FA | EE | F8 | 0 | 5 | 1 | 2 | 136 | 37 | 60 |
| Octal | 372 | 356 | 370 | 0 | 5 | 1 | 2 | 466 | 67 | 140 |
| Binary | 11111010 | 11101110 | 11111000 | 0 | 101 | 1 | 10 | 100110110 | 110111 | 1100000 |
Color Harmonies of #FAEEF8
Complementary color
Monochromatic Colors of #FAEEF8
Black with #FAEEF8
Text Example
Text Example
White with #FAEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEF8; }
p { color: rgb(250,238,248); }
H1.HeaderClassName
{
color: #FAEEF8;
}
.AnyTagClassName
{
color: #FAEEF8;
}
</style>
background-color css
<style>
a { background-color: #FAEEF8; }
a { background-color: rgb(250,238,248); }
div.DivClassName
{
background-color: #FAEEF8;
}
.BgClassName
{
background-color: #FAEEF8;
}
</style>
border-color css
<style>
span { border-color: #FAEEF8; }
span { border-color: rgb(250,238,248); }
td.TdClassName
{
border-color: #FAEEF8;
}
.TagClassName
{
border-color: #FAEEF8;
}
</style>