Shades of Oasis #F9ECBD
Tints of Oasis #F9ECBD
RGB
CMYK
RGB Variations
Color information
#F9ECBD (or 0xF9ECBD) is known color: Oasis. HEX triplet: F9, EC and BD. RGB value is (249,236,189). Sum of RGB (Red+Green+Blue) = 249+236+189=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECBD is #061342. Grayscale: #EAEAEA. Windows color (decimal): -398147 or 12446969. OLE color: 12446969.
HSL color Cylindrical-coordinate representation of color #F9ECBD: hue angle of 47º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9ECBD is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 189 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.02 |
| HSL | 47º | 0.83% | 0.86% | - |
| HSV(B) | 47º | 0.24% | 0.98% | - |
| XYZ | 78.25 | 83.8 | 60.2 | - |
| YUV | 234.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 189 | 0 | 0.05 | 0.24 | 0.02 | 47 | 0.83 | 0.86 |
| Hex | F9 | EC | BD | 0 | 5 | 18 | 2 | 2F | 53 | 56 |
| Octal | 371 | 354 | 275 | 0 | 5 | 30 | 2 | 57 | 123 | 126 |
| Binary | 11111001 | 11101100 | 10111101 | 0 | 101 | 11000 | 10 | 101111 | 1010011 | 1010110 |
Color Harmonies of #F9ECBD
Complementary color
Monochromatic Colors of #F9ECBD
Black with #F9ECBD
Text Example
Text Example
White with #F9ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECBD; }
p { color: rgb(249,236,189); }
H1.HeaderClassName
{
color: #F9ECBD;
}
.AnyTagClassName
{
color: #F9ECBD;
}
</style>
background-color css
<style>
a { background-color: #F9ECBD; }
a { background-color: rgb(249,236,189); }
div.DivClassName
{
background-color: #F9ECBD;
}
.BgClassName
{
background-color: #F9ECBD;
}
</style>
border-color css
<style>
span { border-color: #F9ECBD; }
span { border-color: rgb(249,236,189); }
td.TdClassName
{
border-color: #F9ECBD;
}
.TagClassName
{
border-color: #F9ECBD;
}
</style>