Shades of Selago #FAE3F8
Tints of Selago #FAE3F8
RGB
CMYK
RGB Variations
Color information
#FAE3F8 (or 0xFAE3F8) is known color: Selago. HEX triplet: FA, E3 and F8. RGB value is (250,227,248). Sum of RGB (Red+Green+Blue) = 250+227+248=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 227 (89.06% from 255 or 31.31% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3F8 is #051C07. Grayscale: #ECECEC. Windows color (decimal): -334856 or 16311290. OLE color: 16311290.
HSL color Cylindrical-coordinate representation of color #FAE3F8: hue angle of 305.22º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE3F8 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 248 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.02 |
| HSL | 305.22º | 0.7% | 0.94% | - |
| HSV(B) | 305.22º | 0.09% | 0.98% | - |
| XYZ | 83.84 | 82.04 | 100.22 | - |
| YUV | 236.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 248 | 0 | 0.09 | 0.01 | 0.02 | 305.22 | 0.7 | 0.94 |
| Hex | FA | E3 | F8 | 0 | 9 | 1 | 2 | 131 | 46 | 5E |
| Octal | 372 | 343 | 370 | 0 | 11 | 1 | 2 | 461 | 106 | 136 |
| Binary | 11111010 | 11100011 | 11111000 | 0 | 1001 | 1 | 10 | 100110001 | 1000110 | 1011110 |
Color Harmonies of #FAE3F8
Complementary color
Monochromatic Colors of #FAE3F8
Black with #FAE3F8
Text Example
Text Example
White with #FAE3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3F8; }
p { color: rgb(250,227,248); }
H1.HeaderClassName
{
color: #FAE3F8;
}
.AnyTagClassName
{
color: #FAE3F8;
}
</style>
background-color css
<style>
a { background-color: #FAE3F8; }
a { background-color: rgb(250,227,248); }
div.DivClassName
{
background-color: #FAE3F8;
}
.BgClassName
{
background-color: #FAE3F8;
}
</style>
border-color css
<style>
span { border-color: #FAE3F8; }
span { border-color: rgb(250,227,248); }
td.TdClassName
{
border-color: #FAE3F8;
}
.TagClassName
{
border-color: #FAE3F8;
}
</style>