Shades of Oasis #FDEDC4
Tints of Oasis #FDEDC4
RGB
CMYK
RGB Variations
Color information
#FDEDC4 (or 0xFDEDC4) is known color: Oasis. HEX triplet: FD, ED and C4. RGB value is (253,237,196). Sum of RGB (Red+Green+Blue) = 253+237+196=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC4 is #02123B. Grayscale: #EDEDED. Windows color (decimal): -135740 or 12905981. OLE color: 12905981.
HSL color Cylindrical-coordinate representation of color #FDEDC4: hue angle of 43.16º degrees, saturation: 0.93, 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 #FDEDC4 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 196 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.01 |
| HSL | 43.16º | 0.93% | 0.88% | - |
| HSV(B) | 43.16º | 0.23% | 0.99% | - |
| XYZ | 80.76 | 85.44 | 64.46 | - |
| YUV | 237.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 196 | 0 | 0.06 | 0.23 | 0.01 | 43.16 | 0.93 | 0.88 |
| Hex | FD | ED | C4 | 0 | 6 | 17 | 1 | 2B | 5D | 58 |
| Octal | 375 | 355 | 304 | 0 | 6 | 27 | 1 | 53 | 135 | 130 |
| Binary | 11111101 | 11101101 | 11000100 | 0 | 110 | 10111 | 1 | 101011 | 1011101 | 1011000 |
Color Harmonies of #FDEDC4
Complementary color
Monochromatic Colors of #FDEDC4
Black with #FDEDC4
Text Example
Text Example
White with #FDEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDC4; }
p { color: rgb(253,237,196); }
H1.HeaderClassName
{
color: #FDEDC4;
}
.AnyTagClassName
{
color: #FDEDC4;
}
</style>
background-color css
<style>
a { background-color: #FDEDC4; }
a { background-color: rgb(253,237,196); }
div.DivClassName
{
background-color: #FDEDC4;
}
.BgClassName
{
background-color: #FDEDC4;
}
</style>
border-color css
<style>
span { border-color: #FDEDC4; }
span { border-color: rgb(253,237,196); }
td.TdClassName
{
border-color: #FDEDC4;
}
.TagClassName
{
border-color: #FDEDC4;
}
</style>