Shades of Selago #FAE8F9
Tints of Selago #FAE8F9
RGB
CMYK
RGB Variations
Color information
#FAE8F9 (or 0xFAE8F9) is known color: Selago. HEX triplet: FA, E8 and F9. RGB value is (250,232,249). Sum of RGB (Red+Green+Blue) = 250+232+249=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 232 (91.02% from 255 or 31.74% from 731); Blue value is 249 (97.66% from 255 or 34.06% from 731); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8F9 is #051706. Grayscale: #EFEFEF. Windows color (decimal): -333575 or 16378106. OLE color: 16378106.
HSL color Cylindrical-coordinate representation of color #FAE8F9: hue angle of 303.33º degrees, saturation: 0.64, 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 #FAE8F9 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 249 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.02 |
| HSL | 303.33º | 0.64% | 0.95% | - |
| HSV(B) | 303.33º | 0.07% | 0.98% | - |
| XYZ | 85.38 | 84.88 | 101.51 | - |
| YUV | 239.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 249 | 0 | 0.07 | 0.00 | 0.02 | 303.33 | 0.64 | 0.95 |
| Hex | FA | E8 | F9 | 0 | 7 | 0 | 2 | 12F | 40 | 5F |
| Octal | 372 | 350 | 371 | 0 | 7 | 0 | 2 | 457 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11111001 | 0 | 111 | 0 | 10 | 100101111 | 1000000 | 1011111 |
Color Harmonies of #FAE8F9
Complementary color
Monochromatic Colors of #FAE8F9
Black with #FAE8F9
Text Example
Text Example
White with #FAE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8F9; }
p { color: rgb(250,232,249); }
H1.HeaderClassName
{
color: #FAE8F9;
}
.AnyTagClassName
{
color: #FAE8F9;
}
</style>
background-color css
<style>
a { background-color: #FAE8F9; }
a { background-color: rgb(250,232,249); }
div.DivClassName
{
background-color: #FAE8F9;
}
.BgClassName
{
background-color: #FAE8F9;
}
</style>
border-color css
<style>
span { border-color: #FAE8F9; }
span { border-color: rgb(250,232,249); }
td.TdClassName
{
border-color: #FAE8F9;
}
.TagClassName
{
border-color: #FAE8F9;
}
</style>