Shades of Selago #F8E3FA
Tints of Selago #F8E3FA
RGB
CMYK
RGB Variations
Color information
#F8E3FA (or 0xF8E3FA) is known color: Selago. HEX triplet: F8, E3 and FA. RGB value is (248,227,250). Sum of RGB (Red+Green+Blue) = 248+227+250=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 227 (89.06% from 255 or 31.31% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8E3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E3FA is #071C05. Grayscale: #EBEBEB. Windows color (decimal): -465926 or 16442360. OLE color: 16442360.
HSL color Cylindrical-coordinate representation of color #F8E3FA: hue angle of 294.78º 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 #F8E3FA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 227 | 250 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.02 |
| HSL | 294.78º | 0.7% | 0.94% | - |
| HSV(B) | 294.78º | 0.09% | 0.98% | - |
| XYZ | 83.44 | 81.8 | 101.83 | - |
| YUV | 235.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 250 | 0.01 | 0.09 | 0 | 0.02 | 294.78 | 0.7 | 0.94 |
| Hex | F8 | E3 | FA | 1 | 9 | 0 | 2 | 127 | 46 | 5E |
| Octal | 370 | 343 | 372 | 1 | 11 | 0 | 2 | 447 | 106 | 136 |
| Binary | 11111000 | 11100011 | 11111010 | 1 | 1001 | 0 | 10 | 100100111 | 1000110 | 1011110 |
Color Harmonies of #F8E3FA
Complementary color
Monochromatic Colors of #F8E3FA
Black with #F8E3FA
Text Example
Text Example
White with #F8E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E3FA; }
p { color: rgb(248,227,250); }
H1.HeaderClassName
{
color: #F8E3FA;
}
.AnyTagClassName
{
color: #F8E3FA;
}
</style>
background-color css
<style>
a { background-color: #F8E3FA; }
a { background-color: rgb(248,227,250); }
div.DivClassName
{
background-color: #F8E3FA;
}
.BgClassName
{
background-color: #F8E3FA;
}
</style>
border-color css
<style>
span { border-color: #F8E3FA; }
span { border-color: rgb(248,227,250); }
td.TdClassName
{
border-color: #F8E3FA;
}
.TagClassName
{
border-color: #F8E3FA;
}
</style>