Shades of Selago #FAE0FA
Tints of Selago #FAE0FA
RGB
CMYK
RGB Variations
Color information
#FAE0FA (or 0xFAE0FA) is known color: Selago. HEX triplet: FA, E0 and FA. RGB value is (250,224,250). Sum of RGB (Red+Green+Blue) = 250+224+250=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FA is #051F05. Grayscale: #EAEAEA. Windows color (decimal): -335622 or 16441594. OLE color: 16441594.
HSL color Cylindrical-coordinate representation of color #FAE0FA: hue angle of 300º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE0FA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 250 | - |
| CMYK | 0 | 0.10 | 0 | 0.02 |
| HSL | 300º | 0.72% | 0.93% | - |
| HSV(B) | 300º | 0.1% | 0.98% | - |
| XYZ | 83.34 | 80.54 | 101.6 | - |
| YUV | 234.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 250 | 0 | 0.10 | 0 | 0.02 | 300 | 0.72 | 0.93 |
| Hex | FA | E0 | FA | 0 | A | 0 | 2 | 12C | 48 | 5D |
| Octal | 372 | 340 | 372 | 0 | 12 | 0 | 2 | 454 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11111010 | 0 | 1010 | 0 | 10 | 100101100 | 1001000 | 1011101 |
Color Harmonies of #FAE0FA
Complementary color
Monochromatic Colors of #FAE0FA
Black with #FAE0FA
Text Example
Text Example
White with #FAE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0FA; }
p { color: rgb(250,224,250); }
H1.HeaderClassName
{
color: #FAE0FA;
}
.AnyTagClassName
{
color: #FAE0FA;
}
</style>
background-color css
<style>
a { background-color: #FAE0FA; }
a { background-color: rgb(250,224,250); }
div.DivClassName
{
background-color: #FAE0FA;
}
.BgClassName
{
background-color: #FAE0FA;
}
</style>
border-color css
<style>
span { border-color: #FAE0FA; }
span { border-color: rgb(250,224,250); }
td.TdClassName
{
border-color: #FAE0FA;
}
.TagClassName
{
border-color: #FAE0FA;
}
</style>