Shades of Selago #FAE8FA
Tints of Selago #FAE8FA
RGB
CMYK
RGB Variations
Color information
#FAE8FA (or 0xFAE8FA) is known color: Selago. HEX triplet: FA, E8 and FA. RGB value is (250,232,250). Sum of RGB (Red+Green+Blue) = 250+232+250=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 232 (91.02% from 255 or 31.69% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE8FA is #051705. Grayscale: #EFEFEF. Windows color (decimal): -333574 or 16443642. OLE color: 16443642.
HSL color Cylindrical-coordinate representation of color #FAE8FA: hue angle of 300º 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 #FAE8FA is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 250 | - |
| CMYK | 0 | 0.07 | 0 | 0.02 |
| HSL | 300º | 0.64% | 0.95% | - |
| HSV(B) | 300º | 0.07% | 0.98% | - |
| XYZ | 85.54 | 84.94 | 102.33 | - |
| YUV | 239.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 250 | 0 | 0.07 | 0 | 0.02 | 300 | 0.64 | 0.95 |
| Hex | FA | E8 | FA | 0 | 7 | 0 | 2 | 12C | 40 | 5F |
| Octal | 372 | 350 | 372 | 0 | 7 | 0 | 2 | 454 | 100 | 137 |
| Binary | 11111010 | 11101000 | 11111010 | 0 | 111 | 0 | 10 | 100101100 | 1000000 | 1011111 |
Color Harmonies of #FAE8FA
Complementary color
Monochromatic Colors of #FAE8FA
Black with #FAE8FA
Text Example
Text Example
White with #FAE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8FA; }
p { color: rgb(250,232,250); }
H1.HeaderClassName
{
color: #FAE8FA;
}
.AnyTagClassName
{
color: #FAE8FA;
}
</style>
background-color css
<style>
a { background-color: #FAE8FA; }
a { background-color: rgb(250,232,250); }
div.DivClassName
{
background-color: #FAE8FA;
}
.BgClassName
{
background-color: #FAE8FA;
}
</style>
border-color css
<style>
span { border-color: #FAE8FA; }
span { border-color: rgb(250,232,250); }
td.TdClassName
{
border-color: #FAE8FA;
}
.TagClassName
{
border-color: #FAE8FA;
}
</style>