Shades of Selago #F8EDF8
Tints of Selago #F8EDF8
RGB
CMYK
RGB Variations
Color information
#F8EDF8 (or 0xF8EDF8) is known color: Selago. HEX triplet: F8, ED and F8. RGB value is (248,237,248). Sum of RGB (Red+Green+Blue) = 248+237+248=733 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.83% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 248 (97.27% from 255 or 33.83% from 733); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F8EDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDF8 is #071207. Grayscale: #F1F1F1. Windows color (decimal): -463368 or 16313848. OLE color: 16313848.
HSL color Cylindrical-coordinate representation of color #F8EDF8: hue angle of 300º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDF8 is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 237 | 248 | - |
CMYK | 0 | 0.04 | 0 | 0.03 |
HSL | 300º | 0.44% | 0.95% | - |
HSV(B) | 300º | 0.04% | 0.97% | - |
XYZ | 85.94 | 87.3 | 101.13 | - |
YUV | 241.54 | 131.64 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 237 | 248 | 0 | 0.04 | 0 | 0.03 | 300 | 0.44 | 0.95 |
Hex | F8 | ED | F8 | 0 | 4 | 0 | 3 | 12C | 2C | 5F |
Octal | 370 | 355 | 370 | 0 | 4 | 0 | 3 | 454 | 54 | 137 |
Binary | 11111000 | 11101101 | 11111000 | 0 | 100 | 0 | 11 | 100101100 | 101100 | 1011111 |
Color Harmonies of #F8EDF8
Complementary color
Monochromatic Colors of #F8EDF8
Black with #F8EDF8
Text Example
Text Example
White with #F8EDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDF8; }
p { color: rgb(248,237,248); }
H1.HeaderClassName
{
color: #F8EDF8;
}
.AnyTagClassName
{
color: #F8EDF8;
}
</style>
background-color css
<style>
a { background-color: #F8EDF8; }
a { background-color: rgb(248,237,248); }
div.DivClassName
{
background-color: #F8EDF8;
}
.BgClassName
{
background-color: #F8EDF8;
}
</style>
border-color css
<style>
span { border-color: #F8EDF8; }
span { border-color: rgb(248,237,248); }
td.TdClassName
{
border-color: #F8EDF8;
}
.TagClassName
{
border-color: #F8EDF8;
}
</style>