Shades of Oasis #FDECC6
Tints of Oasis #FDECC6
RGB
CMYK
RGB Variations
Color information
#FDECC6 (or 0xFDECC6) is known color: Oasis. HEX triplet: FD, EC and C6. RGB value is (253,236,198). Sum of RGB (Red+Green+Blue) = 253+236+198=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC6 is #021339. Grayscale: #ECECEC. Windows color (decimal): -135994 or 13036797. OLE color: 13036797.
HSL color Cylindrical-coordinate representation of color #FDECC6: hue angle of 41.45º 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 #FDECC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 198 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.01 |
| HSL | 41.45º | 0.93% | 0.88% | - |
| HSV(B) | 41.45º | 0.22% | 0.99% | - |
| XYZ | 80.7 | 84.95 | 65.57 | - |
| YUV | 236.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 198 | 0 | 0.07 | 0.22 | 0.01 | 41.45 | 0.93 | 0.88 |
| Hex | FD | EC | C6 | 0 | 7 | 16 | 1 | 29 | 5D | 58 |
| Octal | 375 | 354 | 306 | 0 | 7 | 26 | 1 | 51 | 135 | 130 |
| Binary | 11111101 | 11101100 | 11000110 | 0 | 111 | 10110 | 1 | 101001 | 1011101 | 1011000 |
Color Harmonies of #FDECC6
Complementary color
Monochromatic Colors of #FDECC6
Black with #FDECC6
Text Example
Text Example
White with #FDECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC6; }
p { color: rgb(253,236,198); }
H1.HeaderClassName
{
color: #FDECC6;
}
.AnyTagClassName
{
color: #FDECC6;
}
</style>
background-color css
<style>
a { background-color: #FDECC6; }
a { background-color: rgb(253,236,198); }
div.DivClassName
{
background-color: #FDECC6;
}
.BgClassName
{
background-color: #FDECC6;
}
</style>
border-color css
<style>
span { border-color: #FDECC6; }
span { border-color: rgb(253,236,198); }
td.TdClassName
{
border-color: #FDECC6;
}
.TagClassName
{
border-color: #FDECC6;
}
</style>