Shades of Oasis #FDECC2
Tints of Oasis #FDECC2
RGB
CMYK
RGB Variations
Color information
#FDECC2 (or 0xFDECC2) is known color: Oasis. HEX triplet: FD, EC and C2. RGB value is (253,236,194). Sum of RGB (Red+Green+Blue) = 253+236+194=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC2 is #02133D. Grayscale: #ECECEC. Windows color (decimal): -135998 or 12774653. OLE color: 12774653.
HSL color Cylindrical-coordinate representation of color #FDECC2: hue angle of 42.71º degrees, saturation: 0.94, 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 #FDECC2 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 194 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 42.71º | 0.94% | 0.88% | - |
| HSV(B) | 42.71º | 0.23% | 0.99% | - |
| XYZ | 80.24 | 84.77 | 63.17 | - |
| YUV | 236.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 194 | 0 | 0.07 | 0.23 | 0.01 | 42.71 | 0.94 | 0.88 |
| Hex | FD | EC | C2 | 0 | 7 | 17 | 1 | 2B | 5E | 58 |
| Octal | 375 | 354 | 302 | 0 | 7 | 27 | 1 | 53 | 136 | 130 |
| Binary | 11111101 | 11101100 | 11000010 | 0 | 111 | 10111 | 1 | 101011 | 1011110 | 1011000 |
Color Harmonies of #FDECC2
Complementary color
Monochromatic Colors of #FDECC2
Black with #FDECC2
Text Example
Text Example
White with #FDECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC2; }
p { color: rgb(253,236,194); }
H1.HeaderClassName
{
color: #FDECC2;
}
.AnyTagClassName
{
color: #FDECC2;
}
</style>
background-color css
<style>
a { background-color: #FDECC2; }
a { background-color: rgb(253,236,194); }
div.DivClassName
{
background-color: #FDECC2;
}
.BgClassName
{
background-color: #FDECC2;
}
</style>
border-color css
<style>
span { border-color: #FDECC2; }
span { border-color: rgb(253,236,194); }
td.TdClassName
{
border-color: #FDECC2;
}
.TagClassName
{
border-color: #FDECC2;
}
</style>