Shades of Oasis #FDECC8
Tints of Oasis #FDECC8
RGB
CMYK
RGB Variations
Color information
#FDECC8 (or 0xFDECC8) is known color: Oasis. HEX triplet: FD, EC and C8. RGB value is (253,236,200). Sum of RGB (Red+Green+Blue) = 253+236+200=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC8 is #021337. Grayscale: #EDEDED. Windows color (decimal): -135992 or 13167869. OLE color: 13167869.
HSL color Cylindrical-coordinate representation of color #FDECC8: hue angle of 40.75º 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 #FDECC8 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 200 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 40.75º | 0.93% | 0.89% | - |
| HSV(B) | 40.75º | 0.21% | 0.99% | - |
| XYZ | 80.93 | 85.04 | 66.79 | - |
| YUV | 236.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 200 | 0 | 0.07 | 0.21 | 0.01 | 40.75 | 0.93 | 0.89 |
| Hex | FD | EC | C8 | 0 | 7 | 15 | 1 | 29 | 5D | 59 |
| Octal | 375 | 354 | 310 | 0 | 7 | 25 | 1 | 51 | 135 | 131 |
| Binary | 11111101 | 11101100 | 11001000 | 0 | 111 | 10101 | 1 | 101001 | 1011101 | 1011001 |
Color Harmonies of #FDECC8
Complementary color
Monochromatic Colors of #FDECC8
Black with #FDECC8
Text Example
Text Example
White with #FDECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC8; }
p { color: rgb(253,236,200); }
H1.HeaderClassName
{
color: #FDECC8;
}
.AnyTagClassName
{
color: #FDECC8;
}
</style>
background-color css
<style>
a { background-color: #FDECC8; }
a { background-color: rgb(253,236,200); }
div.DivClassName
{
background-color: #FDECC8;
}
.BgClassName
{
background-color: #FDECC8;
}
</style>
border-color css
<style>
span { border-color: #FDECC8; }
span { border-color: rgb(253,236,200); }
td.TdClassName
{
border-color: #FDECC8;
}
.TagClassName
{
border-color: #FDECC8;
}
</style>