Shades of Selago #FAE2FA
Tints of Selago #FAE2FA
RGB
CMYK
RGB Variations
Color information
#FAE2FA (or 0xFAE2FA) is known color: Selago. HEX triplet: FA, E2 and FA. RGB value is (250,226,250). Sum of RGB (Red+Green+Blue) = 250+226+250=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 226 (88.67% from 255 or 31.13% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2FA is #051D05. Grayscale: #EBEBEB. Windows color (decimal): -335110 or 16442106. OLE color: 16442106.
HSL color Cylindrical-coordinate representation of color #FAE2FA: hue angle of 300º degrees, saturation: 0.71, 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 #FAE2FA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 250 | - |
| CMYK | 0 | 0.10 | 0 | 0.02 |
| HSL | 300º | 0.71% | 0.93% | - |
| HSV(B) | 300º | 0.1% | 0.98% | - |
| XYZ | 83.88 | 81.62 | 101.78 | - |
| YUV | 235.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 250 | 0 | 0.10 | 0 | 0.02 | 300 | 0.71 | 0.93 |
| Hex | FA | E2 | FA | 0 | A | 0 | 2 | 12C | 47 | 5D |
| Octal | 372 | 342 | 372 | 0 | 12 | 0 | 2 | 454 | 107 | 135 |
| Binary | 11111010 | 11100010 | 11111010 | 0 | 1010 | 0 | 10 | 100101100 | 1000111 | 1011101 |
Color Harmonies of #FAE2FA
Complementary color
Monochromatic Colors of #FAE2FA
Black with #FAE2FA
Text Example
Text Example
White with #FAE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2FA; }
p { color: rgb(250,226,250); }
H1.HeaderClassName
{
color: #FAE2FA;
}
.AnyTagClassName
{
color: #FAE2FA;
}
</style>
background-color css
<style>
a { background-color: #FAE2FA; }
a { background-color: rgb(250,226,250); }
div.DivClassName
{
background-color: #FAE2FA;
}
.BgClassName
{
background-color: #FAE2FA;
}
</style>
border-color css
<style>
span { border-color: #FAE2FA; }
span { border-color: rgb(250,226,250); }
td.TdClassName
{
border-color: #FAE2FA;
}
.TagClassName
{
border-color: #FAE2FA;
}
</style>