Shades of Oasis #F9ECC0
Tints of Oasis #F9ECC0
RGB
CMYK
RGB Variations
Color information
#F9ECC0 (or 0xF9ECC0) is known color: Oasis. HEX triplet: F9, EC and C0. RGB value is (249,236,192). Sum of RGB (Red+Green+Blue) = 249+236+192=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 192 (75.39% from 255 or 28.36% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECC0 is #06133F. Grayscale: #EBEBEB. Windows color (decimal): -398144 or 12643577. OLE color: 12643577.
HSL color Cylindrical-coordinate representation of color #F9ECC0: hue angle of 46.32º 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 #F9ECC0 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 192 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.02 |
| HSL | 46.32º | 0.83% | 0.86% | - |
| HSV(B) | 46.32º | 0.23% | 0.98% | - |
| XYZ | 78.58 | 83.94 | 61.93 | - |
| YUV | 234.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 192 | 0 | 0.05 | 0.23 | 0.02 | 46.32 | 0.83 | 0.86 |
| Hex | F9 | EC | C0 | 0 | 5 | 17 | 2 | 2E | 53 | 56 |
| Octal | 371 | 354 | 300 | 0 | 5 | 27 | 2 | 56 | 123 | 126 |
| Binary | 11111001 | 11101100 | 11000000 | 0 | 101 | 10111 | 10 | 101110 | 1010011 | 1010110 |
Color Harmonies of #F9ECC0
Complementary color
Monochromatic Colors of #F9ECC0
Black with #F9ECC0
Text Example
Text Example
White with #F9ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECC0; }
p { color: rgb(249,236,192); }
H1.HeaderClassName
{
color: #F9ECC0;
}
.AnyTagClassName
{
color: #F9ECC0;
}
</style>
background-color css
<style>
a { background-color: #F9ECC0; }
a { background-color: rgb(249,236,192); }
div.DivClassName
{
background-color: #F9ECC0;
}
.BgClassName
{
background-color: #F9ECC0;
}
</style>
border-color css
<style>
span { border-color: #F9ECC0; }
span { border-color: rgb(249,236,192); }
td.TdClassName
{
border-color: #F9ECC0;
}
.TagClassName
{
border-color: #F9ECC0;
}
</style>