Shades of Oasis #F9EBC0
Tints of Oasis #F9EBC0
RGB
CMYK
RGB Variations
Color information
#F9EBC0 (or 0xF9EBC0) is known color: Oasis. HEX triplet: F9, EB and C0. RGB value is (249,235,192). Sum of RGB (Red+Green+Blue) = 249+235+192=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBC0 is #06143F. Grayscale: #EAEAEA. Windows color (decimal): -398400 or 12643321. OLE color: 12643321.
HSL color Cylindrical-coordinate representation of color #F9EBC0: hue angle of 45.26º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9EBC0 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 235 | 192 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.02 |
| HSL | 45.26º | 0.83% | 0.86% | - |
| HSV(B) | 45.26º | 0.23% | 0.98% | - |
| XYZ | 78.29 | 83.36 | 61.83 | - |
| YUV | 234.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 235 | 192 | 0 | 0.06 | 0.23 | 0.02 | 45.26 | 0.83 | 0.86 |
| Hex | F9 | EB | C0 | 0 | 6 | 17 | 2 | 2D | 53 | 56 |
| Octal | 371 | 353 | 300 | 0 | 6 | 27 | 2 | 55 | 123 | 126 |
| Binary | 11111001 | 11101011 | 11000000 | 0 | 110 | 10111 | 10 | 101101 | 1010011 | 1010110 |
Color Harmonies of #F9EBC0
Complementary color
Monochromatic Colors of #F9EBC0
Black with #F9EBC0
Text Example
Text Example
White with #F9EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EBC0; }
p { color: rgb(249,235,192); }
H1.HeaderClassName
{
color: #F9EBC0;
}
.AnyTagClassName
{
color: #F9EBC0;
}
</style>
background-color css
<style>
a { background-color: #F9EBC0; }
a { background-color: rgb(249,235,192); }
div.DivClassName
{
background-color: #F9EBC0;
}
.BgClassName
{
background-color: #F9EBC0;
}
</style>
border-color css
<style>
span { border-color: #F9EBC0; }
span { border-color: rgb(249,235,192); }
td.TdClassName
{
border-color: #F9EBC0;
}
.TagClassName
{
border-color: #F9EBC0;
}
</style>