Shades of Oasis #F9EEC0
Tints of Oasis #F9EEC0
RGB
CMYK
RGB Variations
Color information
#F9EEC0 (or 0xF9EEC0) is known color: Oasis. HEX triplet: F9, EE and C0. RGB value is (249,238,192). Sum of RGB (Red+Green+Blue) = 249+238+192=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EEC0 is #06113F. Grayscale: #ECECEC. Windows color (decimal): -397632 or 12644089. OLE color: 12644089.
HSL color Cylindrical-coordinate representation of color #F9EEC0: hue angle of 48.42º 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 #F9EEC0 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 192 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.02 |
| HSL | 48.42º | 0.83% | 0.86% | - |
| HSV(B) | 48.42º | 0.23% | 0.98% | - |
| XYZ | 79.16 | 85.09 | 62.12 | - |
| YUV | 236.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 192 | 0 | 0.04 | 0.23 | 0.02 | 48.42 | 0.83 | 0.86 |
| Hex | F9 | EE | C0 | 0 | 4 | 17 | 2 | 30 | 53 | 56 |
| Octal | 371 | 356 | 300 | 0 | 4 | 27 | 2 | 60 | 123 | 126 |
| Binary | 11111001 | 11101110 | 11000000 | 0 | 100 | 10111 | 10 | 110000 | 1010011 | 1010110 |
Color Harmonies of #F9EEC0
Complementary color
Monochromatic Colors of #F9EEC0
Black with #F9EEC0
Text Example
Text Example
White with #F9EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EEC0; }
p { color: rgb(249,238,192); }
H1.HeaderClassName
{
color: #F9EEC0;
}
.AnyTagClassName
{
color: #F9EEC0;
}
</style>
background-color css
<style>
a { background-color: #F9EEC0; }
a { background-color: rgb(249,238,192); }
div.DivClassName
{
background-color: #F9EEC0;
}
.BgClassName
{
background-color: #F9EEC0;
}
</style>
border-color css
<style>
span { border-color: #F9EEC0; }
span { border-color: rgb(249,238,192); }
td.TdClassName
{
border-color: #F9EEC0;
}
.TagClassName
{
border-color: #F9EEC0;
}
</style>