Shades of Selago #FAE8FC
Tints of Selago #FAE8FC
RGB
CMYK
RGB Variations
Color information
#FAE8FC (or 0xFAE8FC) is known color: Selago. HEX triplet: FA, E8 and FC. RGB value is (250,232,252). Sum of RGB (Red+Green+Blue) = 250+232+252=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 232 (91.02% from 255 or 31.61% from 734); Blue value is 252 (98.83% from 255 or 34.33% from 734); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8FC is #051703. Grayscale: #EFEFEF. Windows color (decimal): -333572 or 16574714. OLE color: 16574714.
HSL color Cylindrical-coordinate representation of color #FAE8FC: hue angle of 294º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE8FC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 232 | 252 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.01 |
| HSL | 294º | 0.77% | 0.95% | - |
| HSV(B) | 294º | 0.08% | 0.99% | - |
| XYZ | 85.85 | 85.07 | 103.99 | - |
| YUV | 239.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 252 | 0.01 | 0.08 | 0 | 0.01 | 294 | 0.77 | 0.95 |
| Hex | FA | E8 | FC | 1 | 8 | 0 | 1 | 126 | 4D | 5F |
| Octal | 372 | 350 | 374 | 1 | 10 | 0 | 1 | 446 | 115 | 137 |
| Binary | 11111010 | 11101000 | 11111100 | 1 | 1000 | 0 | 1 | 100100110 | 1001101 | 1011111 |
Color Harmonies of #FAE8FC
Complementary color
Monochromatic Colors of #FAE8FC
Black with #FAE8FC
Text Example
Text Example
White with #FAE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8FC; }
p { color: rgb(250,232,252); }
H1.HeaderClassName
{
color: #FAE8FC;
}
.AnyTagClassName
{
color: #FAE8FC;
}
</style>
background-color css
<style>
a { background-color: #FAE8FC; }
a { background-color: rgb(250,232,252); }
div.DivClassName
{
background-color: #FAE8FC;
}
.BgClassName
{
background-color: #FAE8FC;
}
</style>
border-color css
<style>
span { border-color: #FAE8FC; }
span { border-color: rgb(250,232,252); }
td.TdClassName
{
border-color: #FAE8FC;
}
.TagClassName
{
border-color: #FAE8FC;
}
</style>