Shades of Selago #FAE0F8
Tints of Selago #FAE0F8
RGB
CMYK
RGB Variations
Color information
#FAE0F8 (or 0xFAE0F8) is known color: Selago. HEX triplet: FA, E0 and F8. RGB value is (250,224,248). Sum of RGB (Red+Green+Blue) = 250+224+248=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 224 (87.89% from 255 or 31.02% from 722); Blue value is 248 (97.27% from 255 or 34.35% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0F8 is #051F07. Grayscale: #EAEAEA. Windows color (decimal): -335624 or 16310522. OLE color: 16310522.
HSL color Cylindrical-coordinate representation of color #FAE0F8: hue angle of 304.62º 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 #FAE0F8 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 248 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.02 |
| HSL | 304.62º | 0.72% | 0.93% | - |
| HSV(B) | 304.62º | 0.1% | 0.98% | - |
| XYZ | 83.02 | 80.41 | 99.95 | - |
| YUV | 234.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 248 | 0 | 0.10 | 0.01 | 0.02 | 304.62 | 0.72 | 0.93 |
| Hex | FA | E0 | F8 | 0 | A | 1 | 2 | 131 | 48 | 5D |
| Octal | 372 | 340 | 370 | 0 | 12 | 1 | 2 | 461 | 110 | 135 |
| Binary | 11111010 | 11100000 | 11111000 | 0 | 1010 | 1 | 10 | 100110001 | 1001000 | 1011101 |
Color Harmonies of #FAE0F8
Complementary color
Monochromatic Colors of #FAE0F8
Black with #FAE0F8
Text Example
Text Example
White with #FAE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0F8; }
p { color: rgb(250,224,248); }
H1.HeaderClassName
{
color: #FAE0F8;
}
.AnyTagClassName
{
color: #FAE0F8;
}
</style>
background-color css
<style>
a { background-color: #FAE0F8; }
a { background-color: rgb(250,224,248); }
div.DivClassName
{
background-color: #FAE0F8;
}
.BgClassName
{
background-color: #FAE0F8;
}
</style>
border-color css
<style>
span { border-color: #FAE0F8; }
span { border-color: rgb(250,224,248); }
td.TdClassName
{
border-color: #FAE0F8;
}
.TagClassName
{
border-color: #FAE0F8;
}
</style>