Shades of Selago #F8ECF6
Tints of Selago #F8ECF6
RGB
CMYK
RGB Variations
Color information
#F8ECF6 (or 0xF8ECF6) is known color: Selago. HEX triplet: F8, EC and F6. RGB value is (248,236,246). Sum of RGB (Red+Green+Blue) = 248+236+246=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 236 (92.58% from 255 or 32.33% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8ECF6 is #071309. Grayscale: #F0F0F0. Windows color (decimal): -463626 or 16182520. OLE color: 16182520.
HSL color Cylindrical-coordinate representation of color #F8ECF6: hue angle of 310º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F8ECF6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 246 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.03 |
| HSL | 310º | 0.46% | 0.95% | - |
| HSV(B) | 310º | 0.05% | 0.97% | - |
| XYZ | 85.34 | 86.6 | 99.41 | - |
| YUV | 240.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 246 | 0 | 0.05 | 0.01 | 0.03 | 310 | 0.46 | 0.95 |
| Hex | F8 | EC | F6 | 0 | 5 | 1 | 3 | 136 | 2E | 5F |
| Octal | 370 | 354 | 366 | 0 | 5 | 1 | 3 | 466 | 56 | 137 |
| Binary | 11111000 | 11101100 | 11110110 | 0 | 101 | 1 | 11 | 100110110 | 101110 | 1011111 |
Color Harmonies of #F8ECF6
Complementary color
Monochromatic Colors of #F8ECF6
Black with #F8ECF6
Text Example
Text Example
White with #F8ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECF6; }
p { color: rgb(248,236,246); }
H1.HeaderClassName
{
color: #F8ECF6;
}
.AnyTagClassName
{
color: #F8ECF6;
}
</style>
background-color css
<style>
a { background-color: #F8ECF6; }
a { background-color: rgb(248,236,246); }
div.DivClassName
{
background-color: #F8ECF6;
}
.BgClassName
{
background-color: #F8ECF6;
}
</style>
border-color css
<style>
span { border-color: #F8ECF6; }
span { border-color: rgb(248,236,246); }
td.TdClassName
{
border-color: #F8ECF6;
}
.TagClassName
{
border-color: #F8ECF6;
}
</style>