Shades of Oasis #FDEBC7
Tints of Oasis #FDEBC7
RGB
CMYK
RGB Variations
Color information
#FDEBC7 (or 0xFDEBC7) is known color: Oasis. HEX triplet: FD, EB and C7. RGB value is (253,235,199). Sum of RGB (Red+Green+Blue) = 253+235+199=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 199 (78.12% from 255 or 28.97% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC7 is #021438. Grayscale: #ECECEC. Windows color (decimal): -136249 or 13102077. OLE color: 13102077.
HSL color Cylindrical-coordinate representation of color #FDEBC7: hue angle of 40º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDEBC7 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 199 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 40º | 0.93% | 0.89% | - |
| HSV(B) | 40º | 0.21% | 0.99% | - |
| XYZ | 80.53 | 84.42 | 66.08 | - |
| YUV | 236.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 199 | 0 | 0.07 | 0.21 | 0.01 | 40 | 0.93 | 0.89 |
| Hex | FD | EB | C7 | 0 | 7 | 15 | 1 | 28 | 5D | 59 |
| Octal | 375 | 353 | 307 | 0 | 7 | 25 | 1 | 50 | 135 | 131 |
| Binary | 11111101 | 11101011 | 11000111 | 0 | 111 | 10101 | 1 | 101000 | 1011101 | 1011001 |
Color Harmonies of #FDEBC7
Complementary color
Monochromatic Colors of #FDEBC7
Black with #FDEBC7
Text Example
Text Example
White with #FDEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBC7; }
p { color: rgb(253,235,199); }
H1.HeaderClassName
{
color: #FDEBC7;
}
.AnyTagClassName
{
color: #FDEBC7;
}
</style>
background-color css
<style>
a { background-color: #FDEBC7; }
a { background-color: rgb(253,235,199); }
div.DivClassName
{
background-color: #FDEBC7;
}
.BgClassName
{
background-color: #FDEBC7;
}
</style>
border-color css
<style>
span { border-color: #FDEBC7; }
span { border-color: rgb(253,235,199); }
td.TdClassName
{
border-color: #FDEBC7;
}
.TagClassName
{
border-color: #FDEBC7;
}
</style>