Shades of Oasis #FDEDC5
Tints of Oasis #FDEDC5
RGB
CMYK
RGB Variations
Color information
#FDEDC5 (or 0xFDEDC5) is known color: Oasis. HEX triplet: FD, ED and C5. RGB value is (253,237,197). Sum of RGB (Red+Green+Blue) = 253+237+197=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC5 is #02123A. Grayscale: #EDEDED. Windows color (decimal): -135739 or 12971517. OLE color: 12971517.
HSL color Cylindrical-coordinate representation of color #FDEDC5: hue angle of 42.86º 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 #FDEDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 197 | - |
CMYK | 0 | 0.06 | 0.22 | 0.01 |
HSL | 42.86º | 0.93% | 0.88% | - |
HSV(B) | 42.86º | 0.22% | 0.99% | - |
XYZ | 80.87 | 85.48 | 65.06 | - |
YUV | 237.22 | 105.3 | 139.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 197 | 0 | 0.06 | 0.22 | 0.01 | 42.86 | 0.93 | 0.88 |
Hex | FD | ED | C5 | 0 | 6 | 16 | 1 | 2B | 5D | 58 |
Octal | 375 | 355 | 305 | 0 | 6 | 26 | 1 | 53 | 135 | 130 |
Binary | 11111101 | 11101101 | 11000101 | 0 | 110 | 10110 | 1 | 101011 | 1011101 | 1011000 |
Color Harmonies of #FDEDC5
Complementary color
Monochromatic Colors of #FDEDC5
Black with #FDEDC5
Text Example
Text Example
White with #FDEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDC5; }
p { color: rgb(253,237,197); }
H1.HeaderClassName
{
color: #FDEDC5;
}
.AnyTagClassName
{
color: #FDEDC5;
}
</style>
background-color css
<style>
a { background-color: #FDEDC5; }
a { background-color: rgb(253,237,197); }
div.DivClassName
{
background-color: #FDEDC5;
}
.BgClassName
{
background-color: #FDEDC5;
}
</style>
border-color css
<style>
span { border-color: #FDEDC5; }
span { border-color: rgb(253,237,197); }
td.TdClassName
{
border-color: #FDEDC5;
}
.TagClassName
{
border-color: #FDEDC5;
}
</style>