Shades of Oasis #FDECC0
Tints of Oasis #FDECC0
RGB
CMYK
RGB Variations
Color information
#FDECC0 (or 0xFDECC0) is known color: Oasis. HEX triplet: FD, EC and C0. RGB value is (253,236,192). Sum of RGB (Red+Green+Blue) = 253+236+192=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC0 is #02133F. Grayscale: #ECECEC. Windows color (decimal): -136000 or 12643581. OLE color: 12643581.
HSL color Cylindrical-coordinate representation of color #FDECC0: hue angle of 43.28º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDECC0 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 192 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.01 |
| HSL | 43.28º | 0.94% | 0.87% | - |
| HSV(B) | 43.28º | 0.24% | 0.99% | - |
| XYZ | 80.02 | 84.68 | 62 | - |
| YUV | 236.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 192 | 0 | 0.07 | 0.24 | 0.01 | 43.28 | 0.94 | 0.87 |
| Hex | FD | EC | C0 | 0 | 7 | 18 | 1 | 2B | 5E | 57 |
| Octal | 375 | 354 | 300 | 0 | 7 | 30 | 1 | 53 | 136 | 127 |
| Binary | 11111101 | 11101100 | 11000000 | 0 | 111 | 11000 | 1 | 101011 | 1011110 | 1010111 |
Color Harmonies of #FDECC0
Complementary color
Monochromatic Colors of #FDECC0
Black with #FDECC0
Text Example
Text Example
White with #FDECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC0; }
p { color: rgb(253,236,192); }
H1.HeaderClassName
{
color: #FDECC0;
}
.AnyTagClassName
{
color: #FDECC0;
}
</style>
background-color css
<style>
a { background-color: #FDECC0; }
a { background-color: rgb(253,236,192); }
div.DivClassName
{
background-color: #FDECC0;
}
.BgClassName
{
background-color: #FDECC0;
}
</style>
border-color css
<style>
span { border-color: #FDECC0; }
span { border-color: rgb(253,236,192); }
td.TdClassName
{
border-color: #FDECC0;
}
.TagClassName
{
border-color: #FDECC0;
}
</style>