Shades of Oasis #FDEBC5
Tints of Oasis #FDEBC5
RGB
CMYK
RGB Variations
Color information
#FDEBC5 (or 0xFDEBC5) is known color: Oasis. HEX triplet: FD, EB and C5. RGB value is (253,235,197). Sum of RGB (Red+Green+Blue) = 253+235+197=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 197 (77.34% from 255 or 28.76% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC5 is #02143A. Grayscale: #ECECEC. Windows color (decimal): -136251 or 12971005. OLE color: 12971005.
HSL color Cylindrical-coordinate representation of color #FDEBC5: hue angle of 40.71º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDEBC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 197 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.01 |
| HSL | 40.71º | 0.93% | 0.88% | - |
| HSV(B) | 40.71º | 0.22% | 0.99% | - |
| XYZ | 80.29 | 84.33 | 64.87 | - |
| YUV | 236.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 197 | 0 | 0.07 | 0.22 | 0.01 | 40.71 | 0.93 | 0.88 |
| Hex | FD | EB | C5 | 0 | 7 | 16 | 1 | 29 | 5D | 58 |
| Octal | 375 | 353 | 305 | 0 | 7 | 26 | 1 | 51 | 135 | 130 |
| Binary | 11111101 | 11101011 | 11000101 | 0 | 111 | 10110 | 1 | 101001 | 1011101 | 1011000 |
Color Harmonies of #FDEBC5
Complementary color
Monochromatic Colors of #FDEBC5
Black with #FDEBC5
Text Example
Text Example
White with #FDEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBC5; }
p { color: rgb(253,235,197); }
H1.HeaderClassName
{
color: #FDEBC5;
}
.AnyTagClassName
{
color: #FDEBC5;
}
</style>
background-color css
<style>
a { background-color: #FDEBC5; }
a { background-color: rgb(253,235,197); }
div.DivClassName
{
background-color: #FDEBC5;
}
.BgClassName
{
background-color: #FDEBC5;
}
</style>
border-color css
<style>
span { border-color: #FDEBC5; }
span { border-color: rgb(253,235,197); }
td.TdClassName
{
border-color: #FDEBC5;
}
.TagClassName
{
border-color: #FDEBC5;
}
</style>