Shades of Oasis #FDF0BE
Tints of Oasis #FDF0BE
RGB
CMYK
RGB Variations
Color information
#FDF0BE (or 0xFDF0BE) is known color: Oasis. HEX triplet: FD, F0 and BE. RGB value is (253,240,190). Sum of RGB (Red+Green+Blue) = 253+240+190=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 190 (74.61% from 255 or 27.82% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0BE is #020F41. Grayscale: #EEEEEE. Windows color (decimal): -134978 or 12513533. OLE color: 12513533.
HSL color Cylindrical-coordinate representation of color #FDF0BE: hue angle of 47.62º 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 #FDF0BE is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 190 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.01 |
| HSL | 47.62º | 0.94% | 0.87% | - |
| HSV(B) | 47.62º | 0.25% | 0.99% | - |
| XYZ | 80.96 | 86.92 | 61.23 | - |
| YUV | 238.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 190 | 0 | 0.05 | 0.25 | 0.01 | 47.62 | 0.94 | 0.87 |
| Hex | FD | F0 | BE | 0 | 5 | 19 | 1 | 30 | 5E | 57 |
| Octal | 375 | 360 | 276 | 0 | 5 | 31 | 1 | 60 | 136 | 127 |
| Binary | 11111101 | 11110000 | 10111110 | 0 | 101 | 11001 | 1 | 110000 | 1011110 | 1010111 |
Color Harmonies of #FDF0BE
Complementary color
Monochromatic Colors of #FDF0BE
Black with #FDF0BE
Text Example
Text Example
White with #FDF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0BE; }
p { color: rgb(253,240,190); }
H1.HeaderClassName
{
color: #FDF0BE;
}
.AnyTagClassName
{
color: #FDF0BE;
}
</style>
background-color css
<style>
a { background-color: #FDF0BE; }
a { background-color: rgb(253,240,190); }
div.DivClassName
{
background-color: #FDF0BE;
}
.BgClassName
{
background-color: #FDF0BE;
}
</style>
border-color css
<style>
span { border-color: #FDF0BE; }
span { border-color: rgb(253,240,190); }
td.TdClassName
{
border-color: #FDF0BE;
}
.TagClassName
{
border-color: #FDF0BE;
}
</style>