Shades of Selago #F0EFF0
Tints of Selago #F0EFF0
RGB
CMYK
RGB Variations
Color information
#F0EFF0 (or 0xF0EFF0) is known color: Selago. HEX triplet: F0, EF and F0. RGB value is (240,239,240). Sum of RGB (Red+Green+Blue) = 240+239+240=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFF0 is #0F100F. Grayscale: #EFEFEF. Windows color (decimal): -987152 or 15790064. OLE color: 15790064.
HSL color Cylindrical-coordinate representation of color #F0EFF0: hue angle of 300º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F0EFF0 is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 240 | - |
| CMYK | 0 | 0.00 | 0 | 0.06 |
| HSL | 300º | 0.03% | 0.94% | - |
| HSV(B) | 300º | 0% | 0.94% | - |
| XYZ | 82.53 | 86.55 | 94.79 | - |
| YUV | 239.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 240 | 0 | 0.00 | 0 | 0.06 | 300 | 0.03 | 0.94 |
| Hex | F0 | EF | F0 | 0 | 0 | 0 | 6 | 12C | 3 | 5E |
| Octal | 360 | 357 | 360 | 0 | 0 | 0 | 6 | 454 | 3 | 136 |
| Binary | 11110000 | 11101111 | 11110000 | 0 | 0 | 0 | 110 | 100101100 | 11 | 1011110 |
Color Harmonies of #F0EFF0
Complementary color
Monochromatic Colors of #F0EFF0
Black with #F0EFF0
Text Example
Text Example
White with #F0EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EFF0; }
p { color: rgb(240,239,240); }
H1.HeaderClassName
{
color: #F0EFF0;
}
.AnyTagClassName
{
color: #F0EFF0;
}
</style>
background-color css
<style>
a { background-color: #F0EFF0; }
a { background-color: rgb(240,239,240); }
div.DivClassName
{
background-color: #F0EFF0;
}
.BgClassName
{
background-color: #F0EFF0;
}
</style>
border-color css
<style>
span { border-color: #F0EFF0; }
span { border-color: rgb(240,239,240); }
td.TdClassName
{
border-color: #F0EFF0;
}
.TagClassName
{
border-color: #F0EFF0;
}
</style>