Shades of Oasis #FDEBC4
Tints of Oasis #FDEBC4
RGB
CMYK
RGB Variations
Color information
#FDEBC4 (or 0xFDEBC4) is known color: Oasis. HEX triplet: FD, EB and C4. RGB value is (253,235,196). Sum of RGB (Red+Green+Blue) = 253+235+196=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 196 (76.95% from 255 or 28.65% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC4 is #02143B. Grayscale: #ECECEC. Windows color (decimal): -136252 or 12905469. OLE color: 12905469.
HSL color Cylindrical-coordinate representation of color #FDEBC4: hue angle of 41.05º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDEBC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 41.05º | 0.93% | 0.88% | - |
| HSV(B) | 41.05º | 0.23% | 0.99% | - |
| XYZ | 80.18 | 84.28 | 64.27 | - |
| YUV | 235.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 196 | 0 | 0.07 | 0.23 | 0.01 | 41.05 | 0.93 | 0.88 |
| Hex | FD | EB | C4 | 0 | 7 | 17 | 1 | 29 | 5D | 58 |
| Octal | 375 | 353 | 304 | 0 | 7 | 27 | 1 | 51 | 135 | 130 |
| Binary | 11111101 | 11101011 | 11000100 | 0 | 111 | 10111 | 1 | 101001 | 1011101 | 1011000 |
Color Harmonies of #FDEBC4
Complementary color
Monochromatic Colors of #FDEBC4
Black with #FDEBC4
Text Example
Text Example
White with #FDEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBC4; }
p { color: rgb(253,235,196); }
H1.HeaderClassName
{
color: #FDEBC4;
}
.AnyTagClassName
{
color: #FDEBC4;
}
</style>
background-color css
<style>
a { background-color: #FDEBC4; }
a { background-color: rgb(253,235,196); }
div.DivClassName
{
background-color: #FDEBC4;
}
.BgClassName
{
background-color: #FDEBC4;
}
</style>
border-color css
<style>
span { border-color: #FDEBC4; }
span { border-color: rgb(253,235,196); }
td.TdClassName
{
border-color: #FDEBC4;
}
.TagClassName
{
border-color: #FDEBC4;
}
</style>