Shades of Selago #FAE7F8
Tints of Selago #FAE7F8
RGB
CMYK
RGB Variations
Color information
#FAE7F8 (or 0xFAE7F8) is known color: Selago. HEX triplet: FA, E7 and F8. RGB value is (250,231,248). Sum of RGB (Red+Green+Blue) = 250+231+248=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 231 (90.62% from 255 or 31.69% from 729); Blue value is 248 (97.27% from 255 or 34.02% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7F8 is #051807. Grayscale: #EEEEEE. Windows color (decimal): -333832 or 16312314. OLE color: 16312314.
HSL color Cylindrical-coordinate representation of color #FAE7F8: hue angle of 306.32º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE7F8 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 248 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.02 |
| HSL | 306.32º | 0.66% | 0.94% | - |
| HSV(B) | 306.32º | 0.08% | 0.98% | - |
| XYZ | 84.94 | 84.25 | 100.59 | - |
| YUV | 238.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 248 | 0 | 0.08 | 0.01 | 0.02 | 306.32 | 0.66 | 0.94 |
| Hex | FA | E7 | F8 | 0 | 8 | 1 | 2 | 132 | 42 | 5E |
| Octal | 372 | 347 | 370 | 0 | 10 | 1 | 2 | 462 | 102 | 136 |
| Binary | 11111010 | 11100111 | 11111000 | 0 | 1000 | 1 | 10 | 100110010 | 1000010 | 1011110 |
Color Harmonies of #FAE7F8
Complementary color
Monochromatic Colors of #FAE7F8
Black with #FAE7F8
Text Example
Text Example
White with #FAE7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7F8; }
p { color: rgb(250,231,248); }
H1.HeaderClassName
{
color: #FAE7F8;
}
.AnyTagClassName
{
color: #FAE7F8;
}
</style>
background-color css
<style>
a { background-color: #FAE7F8; }
a { background-color: rgb(250,231,248); }
div.DivClassName
{
background-color: #FAE7F8;
}
.BgClassName
{
background-color: #FAE7F8;
}
</style>
border-color css
<style>
span { border-color: #FAE7F8; }
span { border-color: rgb(250,231,248); }
td.TdClassName
{
border-color: #FAE7F8;
}
.TagClassName
{
border-color: #FAE7F8;
}
</style>