Shades of Oasis #FDEDC6
Tints of Oasis #FDEDC6
RGB
CMYK
RGB Variations
Color information
#FDEDC6 (or 0xFDEDC6) is known color: Oasis. HEX triplet: FD, ED and C6. RGB value is (253,237,198). Sum of RGB (Red+Green+Blue) = 253+237+198=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC6 is #021239. Grayscale: #EDEDED. Windows color (decimal): -135738 or 13037053. OLE color: 13037053.
HSL color Cylindrical-coordinate representation of color #FDEDC6: hue angle of 42.55º 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 #FDEDC6 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 198 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.01 |
| HSL | 42.55º | 0.93% | 0.88% | - |
| HSV(B) | 42.55º | 0.22% | 0.99% | - |
| XYZ | 80.99 | 85.53 | 65.67 | - |
| YUV | 237.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 198 | 0 | 0.06 | 0.22 | 0.01 | 42.55 | 0.93 | 0.88 |
| Hex | FD | ED | C6 | 0 | 6 | 16 | 1 | 2B | 5D | 58 |
| Octal | 375 | 355 | 306 | 0 | 6 | 26 | 1 | 53 | 135 | 130 |
| Binary | 11111101 | 11101101 | 11000110 | 0 | 110 | 10110 | 1 | 101011 | 1011101 | 1011000 |
Color Harmonies of #FDEDC6
Complementary color
Monochromatic Colors of #FDEDC6
Black with #FDEDC6
Text Example
Text Example
White with #FDEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDC6; }
p { color: rgb(253,237,198); }
H1.HeaderClassName
{
color: #FDEDC6;
}
.AnyTagClassName
{
color: #FDEDC6;
}
</style>
background-color css
<style>
a { background-color: #FDEDC6; }
a { background-color: rgb(253,237,198); }
div.DivClassName
{
background-color: #FDEDC6;
}
.BgClassName
{
background-color: #FDEDC6;
}
</style>
border-color css
<style>
span { border-color: #FDEDC6; }
span { border-color: rgb(253,237,198); }
td.TdClassName
{
border-color: #FDEDC6;
}
.TagClassName
{
border-color: #FDEDC6;
}
</style>