Shades of Oasis #FDECC4
Tints of Oasis #FDECC4
RGB
CMYK
RGB Variations
Color information
#FDECC4 (or 0xFDECC4) is known color: Oasis. HEX triplet: FD, EC and C4. RGB value is (253,236,196). Sum of RGB (Red+Green+Blue) = 253+236+196=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC4 is #02133B. Grayscale: #ECECEC. Windows color (decimal): -135996 or 12905725. OLE color: 12905725.
HSL color Cylindrical-coordinate representation of color #FDECC4: hue angle of 42.11º 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 #FDECC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 42.11º | 0.93% | 0.88% | - |
| HSV(B) | 42.11º | 0.23% | 0.99% | - |
| XYZ | 80.47 | 84.86 | 64.36 | - |
| YUV | 236.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 196 | 0 | 0.07 | 0.23 | 0.01 | 42.11 | 0.93 | 0.88 |
| Hex | FD | EC | C4 | 0 | 7 | 17 | 1 | 2A | 5D | 58 |
| Octal | 375 | 354 | 304 | 0 | 7 | 27 | 1 | 52 | 135 | 130 |
| Binary | 11111101 | 11101100 | 11000100 | 0 | 111 | 10111 | 1 | 101010 | 1011101 | 1011000 |
Color Harmonies of #FDECC4
Complementary color
Monochromatic Colors of #FDECC4
Black with #FDECC4
Text Example
Text Example
White with #FDECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC4; }
p { color: rgb(253,236,196); }
H1.HeaderClassName
{
color: #FDECC4;
}
.AnyTagClassName
{
color: #FDECC4;
}
</style>
background-color css
<style>
a { background-color: #FDECC4; }
a { background-color: rgb(253,236,196); }
div.DivClassName
{
background-color: #FDECC4;
}
.BgClassName
{
background-color: #FDECC4;
}
</style>
border-color css
<style>
span { border-color: #FDECC4; }
span { border-color: rgb(253,236,196); }
td.TdClassName
{
border-color: #FDECC4;
}
.TagClassName
{
border-color: #FDECC4;
}
</style>