Shades of Oasis #FDECC3
Tints of Oasis #FDECC3
RGB
CMYK
RGB Variations
Color information
#FDECC3 (or 0xFDECC3) is known color: Oasis. HEX triplet: FD, EC and C3. RGB value is (253,236,195). Sum of RGB (Red+Green+Blue) = 253+236+195=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC3 is #02133C. Grayscale: #ECECEC. Windows color (decimal): -135997 or 12840189. OLE color: 12840189.
HSL color Cylindrical-coordinate representation of color #FDECC3: hue angle of 42.41º 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 #FDECC3 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 195 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 42.41º | 0.94% | 0.88% | - |
| HSV(B) | 42.41º | 0.23% | 0.99% | - |
| XYZ | 80.35 | 84.81 | 63.77 | - |
| YUV | 236.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 195 | 0 | 0.07 | 0.23 | 0.01 | 42.41 | 0.94 | 0.88 |
| Hex | FD | EC | C3 | 0 | 7 | 17 | 1 | 2A | 5E | 58 |
| Octal | 375 | 354 | 303 | 0 | 7 | 27 | 1 | 52 | 136 | 130 |
| Binary | 11111101 | 11101100 | 11000011 | 0 | 111 | 10111 | 1 | 101010 | 1011110 | 1011000 |
Color Harmonies of #FDECC3
Complementary color
Monochromatic Colors of #FDECC3
Black with #FDECC3
Text Example
Text Example
White with #FDECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC3; }
p { color: rgb(253,236,195); }
H1.HeaderClassName
{
color: #FDECC3;
}
.AnyTagClassName
{
color: #FDECC3;
}
</style>
background-color css
<style>
a { background-color: #FDECC3; }
a { background-color: rgb(253,236,195); }
div.DivClassName
{
background-color: #FDECC3;
}
.BgClassName
{
background-color: #FDECC3;
}
</style>
border-color css
<style>
span { border-color: #FDECC3; }
span { border-color: rgb(253,236,195); }
td.TdClassName
{
border-color: #FDECC3;
}
.TagClassName
{
border-color: #FDECC3;
}
</style>