Shades of Selago #FAE9F8
Tints of Selago #FAE9F8
RGB
CMYK
RGB Variations
Color information
#FAE9F8 (or 0xFAE9F8) is known color: Selago. HEX triplet: FA, E9 and F8. RGB value is (250,233,248). Sum of RGB (Red+Green+Blue) = 250+233+248=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 233 (91.41% from 255 or 31.87% from 731); Blue value is 248 (97.27% from 255 or 33.93% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE9F8 is #051607. Grayscale: #EFEFEF. Windows color (decimal): -333320 or 16312826. OLE color: 16312826.
HSL color Cylindrical-coordinate representation of color #FAE9F8: hue angle of 307.06º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAE9F8 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 248 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.02 |
| HSL | 307.06º | 0.63% | 0.95% | - |
| HSV(B) | 307.06º | 0.07% | 0.98% | - |
| XYZ | 85.51 | 85.38 | 100.78 | - |
| YUV | 239.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 248 | 0 | 0.07 | 0.01 | 0.02 | 307.06 | 0.63 | 0.95 |
| Hex | FA | E9 | F8 | 0 | 7 | 1 | 2 | 133 | 3F | 5F |
| Octal | 372 | 351 | 370 | 0 | 7 | 1 | 2 | 463 | 77 | 137 |
| Binary | 11111010 | 11101001 | 11111000 | 0 | 111 | 1 | 10 | 100110011 | 111111 | 1011111 |
Color Harmonies of #FAE9F8
Complementary color
Monochromatic Colors of #FAE9F8
Black with #FAE9F8
Text Example
Text Example
White with #FAE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9F8; }
p { color: rgb(250,233,248); }
H1.HeaderClassName
{
color: #FAE9F8;
}
.AnyTagClassName
{
color: #FAE9F8;
}
</style>
background-color css
<style>
a { background-color: #FAE9F8; }
a { background-color: rgb(250,233,248); }
div.DivClassName
{
background-color: #FAE9F8;
}
.BgClassName
{
background-color: #FAE9F8;
}
</style>
border-color css
<style>
span { border-color: #FAE9F8; }
span { border-color: rgb(250,233,248); }
td.TdClassName
{
border-color: #FAE9F8;
}
.TagClassName
{
border-color: #FAE9F8;
}
</style>