Shades of Selago #F8E6FA
Tints of Selago #F8E6FA
RGB
CMYK
RGB Variations
Color information
#F8E6FA (or 0xF8E6FA) is known color: Selago. HEX triplet: F8, E6 and FA. RGB value is (248,230,250). Sum of RGB (Red+Green+Blue) = 248+230+250=728 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.07% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8E6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E6FA is #071905. Grayscale: #EDEDED. Windows color (decimal): -465158 or 16443128. OLE color: 16443128.
HSL color Cylindrical-coordinate representation of color #F8E6FA: hue angle of 294º degrees, saturation: 0.67, 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 #F8E6FA is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 230 | 250 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.02 |
| HSL | 294º | 0.67% | 0.94% | - |
| HSV(B) | 294º | 0.08% | 0.98% | - |
| XYZ | 84.26 | 83.45 | 102.11 | - |
| YUV | 237.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 250 | 0.01 | 0.08 | 0 | 0.02 | 294 | 0.67 | 0.94 |
| Hex | F8 | E6 | FA | 1 | 8 | 0 | 2 | 126 | 43 | 5E |
| Octal | 370 | 346 | 372 | 1 | 10 | 0 | 2 | 446 | 103 | 136 |
| Binary | 11111000 | 11100110 | 11111010 | 1 | 1000 | 0 | 10 | 100100110 | 1000011 | 1011110 |
Color Harmonies of #F8E6FA
Complementary color
Monochromatic Colors of #F8E6FA
Black with #F8E6FA
Text Example
Text Example
White with #F8E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E6FA; }
p { color: rgb(248,230,250); }
H1.HeaderClassName
{
color: #F8E6FA;
}
.AnyTagClassName
{
color: #F8E6FA;
}
</style>
background-color css
<style>
a { background-color: #F8E6FA; }
a { background-color: rgb(248,230,250); }
div.DivClassName
{
background-color: #F8E6FA;
}
.BgClassName
{
background-color: #F8E6FA;
}
</style>
border-color css
<style>
span { border-color: #F8E6FA; }
span { border-color: rgb(248,230,250); }
td.TdClassName
{
border-color: #F8E6FA;
}
.TagClassName
{
border-color: #F8E6FA;
}
</style>