Shades of Oasis #FDECC5
Tints of Oasis #FDECC5
RGB
CMYK
RGB Variations
Color information
#FDECC5 (or 0xFDECC5) is known color: Oasis. HEX triplet: FD, EC and C5. RGB value is (253,236,197). Sum of RGB (Red+Green+Blue) = 253+236+197=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC5 is #02133A. Grayscale: #ECECEC. Windows color (decimal): -135995 or 12971261. OLE color: 12971261.
HSL color Cylindrical-coordinate representation of color #FDECC5: hue angle of 41.79º 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 #FDECC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 197 | - |
CMYK | 0 | 0.07 | 0.22 | 0.01 |
HSL | 41.79º | 0.93% | 0.88% | - |
HSV(B) | 41.79º | 0.22% | 0.99% | - |
XYZ | 80.58 | 84.9 | 64.96 | - |
YUV | 236.64 | 105.63 | 139.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 197 | 0 | 0.07 | 0.22 | 0.01 | 41.79 | 0.93 | 0.88 |
Hex | FD | EC | C5 | 0 | 7 | 16 | 1 | 2A | 5D | 58 |
Octal | 375 | 354 | 305 | 0 | 7 | 26 | 1 | 52 | 135 | 130 |
Binary | 11111101 | 11101100 | 11000101 | 0 | 111 | 10110 | 1 | 101010 | 1011101 | 1011000 |
Color Harmonies of #FDECC5
Complementary color
Monochromatic Colors of #FDECC5
Black with #FDECC5
Text Example
Text Example
White with #FDECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECC5; }
p { color: rgb(253,236,197); }
H1.HeaderClassName
{
color: #FDECC5;
}
.AnyTagClassName
{
color: #FDECC5;
}
</style>
background-color css
<style>
a { background-color: #FDECC5; }
a { background-color: rgb(253,236,197); }
div.DivClassName
{
background-color: #FDECC5;
}
.BgClassName
{
background-color: #FDECC5;
}
</style>
border-color css
<style>
span { border-color: #FDECC5; }
span { border-color: rgb(253,236,197); }
td.TdClassName
{
border-color: #FDECC5;
}
.TagClassName
{
border-color: #FDECC5;
}
</style>