Shades of Oasis #FDE9BE
Tints of Oasis #FDE9BE
RGB
CMYK
RGB Variations
Color information
#FDE9BE (or 0xFDE9BE) is known color: Oasis. HEX triplet: FD, E9 and BE. RGB value is (253,233,190). Sum of RGB (Red+Green+Blue) = 253+233+190=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 190 (74.61% from 255 or 28.11% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9BE is #021641. Grayscale: #EAEAEA. Windows color (decimal): -136770 or 12511741. OLE color: 12511741.
HSL color Cylindrical-coordinate representation of color #FDE9BE: hue angle of 40.95º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDE9BE is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 190 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.01 |
| HSL | 40.95º | 0.94% | 0.87% | - |
| HSV(B) | 40.95º | 0.25% | 0.99% | - |
| XYZ | 78.94 | 82.88 | 60.55 | - |
| YUV | 234.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 190 | 0 | 0.08 | 0.25 | 0.01 | 40.95 | 0.94 | 0.87 |
| Hex | FD | E9 | BE | 0 | 8 | 19 | 1 | 29 | 5E | 57 |
| Octal | 375 | 351 | 276 | 0 | 10 | 31 | 1 | 51 | 136 | 127 |
| Binary | 11111101 | 11101001 | 10111110 | 0 | 1000 | 11001 | 1 | 101001 | 1011110 | 1010111 |
Color Harmonies of #FDE9BE
Complementary color
Monochromatic Colors of #FDE9BE
Black with #FDE9BE
Text Example
Text Example
White with #FDE9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9BE; }
p { color: rgb(253,233,190); }
H1.HeaderClassName
{
color: #FDE9BE;
}
.AnyTagClassName
{
color: #FDE9BE;
}
</style>
background-color css
<style>
a { background-color: #FDE9BE; }
a { background-color: rgb(253,233,190); }
div.DivClassName
{
background-color: #FDE9BE;
}
.BgClassName
{
background-color: #FDE9BE;
}
</style>
border-color css
<style>
span { border-color: #FDE9BE; }
span { border-color: rgb(253,233,190); }
td.TdClassName
{
border-color: #FDE9BE;
}
.TagClassName
{
border-color: #FDE9BE;
}
</style>