Shades of Selago #FAE0F6
Tints of Selago #FAE0F6
RGB
CMYK
RGB Variations
Color information
#FAE0F6 (or 0xFAE0F6) is known color: Selago. HEX triplet: FA, E0 and F6. RGB value is (250,224,246). Sum of RGB (Red+Green+Blue) = 250+224+246=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0F6 is #051F09. Grayscale: #EAEAEA. Windows color (decimal): -335626 or 16179450. OLE color: 16179450.
HSL color Cylindrical-coordinate representation of color #FAE0F6: hue angle of 309.23º 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 #FAE0F6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 246 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.02 |
| HSL | 309.23º | 0.72% | 0.93% | - |
| HSV(B) | 309.23º | 0.1% | 0.98% | - |
| XYZ | 82.71 | 80.29 | 98.33 | - |
| YUV | 234.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 246 | 0 | 0.10 | 0.02 | 0.02 | 309.23 | 0.72 | 0.93 |
| Hex | FA | E0 | F6 | 0 | A | 2 | 2 | 135 | 48 | 5D |
| Octal | 372 | 340 | 366 | 0 | 12 | 2 | 2 | 465 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11110110 | 0 | 1010 | 10 | 10 | 100110101 | 1001000 | 1011101 |
Color Harmonies of #FAE0F6
Complementary color
Monochromatic Colors of #FAE0F6
Black with #FAE0F6
Text Example
Text Example
White with #FAE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0F6; }
p { color: rgb(250,224,246); }
H1.HeaderClassName
{
color: #FAE0F6;
}
.AnyTagClassName
{
color: #FAE0F6;
}
</style>
background-color css
<style>
a { background-color: #FAE0F6; }
a { background-color: rgb(250,224,246); }
div.DivClassName
{
background-color: #FAE0F6;
}
.BgClassName
{
background-color: #FAE0F6;
}
</style>
border-color css
<style>
span { border-color: #FAE0F6; }
span { border-color: rgb(250,224,246); }
td.TdClassName
{
border-color: #FAE0F6;
}
.TagClassName
{
border-color: #FAE0F6;
}
</style>