Shades of Oasis #FDF0BC
Tints of Oasis #FDF0BC
RGB
CMYK
RGB Variations
Color information
#FDF0BC (or 0xFDF0BC) is known color: Oasis. HEX triplet: FD, F0 and BC. RGB value is (253,240,188). Sum of RGB (Red+Green+Blue) = 253+240+188=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 188 (73.83% from 255 or 27.61% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0BC is #020F43. Grayscale: #EEEEEE. Windows color (decimal): -134980 or 12382461. OLE color: 12382461.
HSL color Cylindrical-coordinate representation of color #FDF0BC: hue angle of 48º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF0BC is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 188 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.01 |
| HSL | 48º | 0.94% | 0.86% | - |
| HSV(B) | 48º | 0.26% | 0.99% | - |
| XYZ | 80.75 | 86.83 | 60.08 | - |
| YUV | 237.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 188 | 0 | 0.05 | 0.26 | 0.01 | 48 | 0.94 | 0.86 |
| Hex | FD | F0 | BC | 0 | 5 | 1A | 1 | 30 | 5E | 56 |
| Octal | 375 | 360 | 274 | 0 | 5 | 32 | 1 | 60 | 136 | 126 |
| Binary | 11111101 | 11110000 | 10111100 | 0 | 101 | 11010 | 1 | 110000 | 1011110 | 1010110 |
Color Harmonies of #FDF0BC
Complementary color
Monochromatic Colors of #FDF0BC
Black with #FDF0BC
Text Example
Text Example
White with #FDF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0BC; }
p { color: rgb(253,240,188); }
H1.HeaderClassName
{
color: #FDF0BC;
}
.AnyTagClassName
{
color: #FDF0BC;
}
</style>
background-color css
<style>
a { background-color: #FDF0BC; }
a { background-color: rgb(253,240,188); }
div.DivClassName
{
background-color: #FDF0BC;
}
.BgClassName
{
background-color: #FDF0BC;
}
</style>
border-color css
<style>
span { border-color: #FDF0BC; }
span { border-color: rgb(253,240,188); }
td.TdClassName
{
border-color: #FDF0BC;
}
.TagClassName
{
border-color: #FDF0BC;
}
</style>