Shades of Oasis #F8ECBE
Tints of Oasis #F8ECBE
RGB
CMYK
RGB Variations
Color information
#F8ECBE (or 0xF8ECBE) is known color: Oasis. HEX triplet: F8, EC and BE. RGB value is (248,236,190). Sum of RGB (Red+Green+Blue) = 248+236+190=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECBE is #071341. Grayscale: #EAEAEA. Windows color (decimal): -463682 or 12512504. OLE color: 12512504.
HSL color Cylindrical-coordinate representation of color #F8ECBE: hue angle of 47.59º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8ECBE is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 190 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.03 |
| HSL | 47.59º | 0.81% | 0.86% | - |
| HSV(B) | 47.59º | 0.23% | 0.97% | - |
| XYZ | 78 | 83.67 | 60.75 | - |
| YUV | 234.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 190 | 0 | 0.05 | 0.23 | 0.03 | 47.59 | 0.81 | 0.86 |
| Hex | F8 | EC | BE | 0 | 5 | 17 | 3 | 30 | 51 | 56 |
| Octal | 370 | 354 | 276 | 0 | 5 | 27 | 3 | 60 | 121 | 126 |
| Binary | 11111000 | 11101100 | 10111110 | 0 | 101 | 10111 | 11 | 110000 | 1010001 | 1010110 |
Color Harmonies of #F8ECBE
Complementary color
Monochromatic Colors of #F8ECBE
Black with #F8ECBE
Text Example
Text Example
White with #F8ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECBE; }
p { color: rgb(248,236,190); }
H1.HeaderClassName
{
color: #F8ECBE;
}
.AnyTagClassName
{
color: #F8ECBE;
}
</style>
background-color css
<style>
a { background-color: #F8ECBE; }
a { background-color: rgb(248,236,190); }
div.DivClassName
{
background-color: #F8ECBE;
}
.BgClassName
{
background-color: #F8ECBE;
}
</style>
border-color css
<style>
span { border-color: #F8ECBE; }
span { border-color: rgb(248,236,190); }
td.TdClassName
{
border-color: #F8ECBE;
}
.TagClassName
{
border-color: #F8ECBE;
}
</style>