Shades of Oasis #FDEDC3
Tints of Oasis #FDEDC3
RGB
CMYK
RGB Variations
Color information
#FDEDC3 (or 0xFDEDC3) is known color: Oasis. HEX triplet: FD, ED and C3. RGB value is (253,237,195). Sum of RGB (Red+Green+Blue) = 253+237+195=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC3 is #02123C. Grayscale: #EDEDED. Windows color (decimal): -135741 or 12840445. OLE color: 12840445.
HSL color Cylindrical-coordinate representation of color #FDEDC3: hue angle of 43.45º 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 #FDEDC3 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 195 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.01 |
| HSL | 43.45º | 0.94% | 0.88% | - |
| HSV(B) | 43.45º | 0.23% | 0.99% | - |
| XYZ | 80.64 | 85.39 | 63.86 | - |
| YUV | 237 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 195 | 0 | 0.06 | 0.23 | 0.01 | 43.45 | 0.94 | 0.88 |
| Hex | FD | ED | C3 | 0 | 6 | 17 | 1 | 2B | 5E | 58 |
| Octal | 375 | 355 | 303 | 0 | 6 | 27 | 1 | 53 | 136 | 130 |
| Binary | 11111101 | 11101101 | 11000011 | 0 | 110 | 10111 | 1 | 101011 | 1011110 | 1011000 |
Color Harmonies of #FDEDC3
Complementary color
Monochromatic Colors of #FDEDC3
Black with #FDEDC3
Text Example
Text Example
White with #FDEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDC3; }
p { color: rgb(253,237,195); }
H1.HeaderClassName
{
color: #FDEDC3;
}
.AnyTagClassName
{
color: #FDEDC3;
}
</style>
background-color css
<style>
a { background-color: #FDEDC3; }
a { background-color: rgb(253,237,195); }
div.DivClassName
{
background-color: #FDEDC3;
}
.BgClassName
{
background-color: #FDEDC3;
}
</style>
border-color css
<style>
span { border-color: #FDEDC3; }
span { border-color: rgb(253,237,195); }
td.TdClassName
{
border-color: #FDEDC3;
}
.TagClassName
{
border-color: #FDEDC3;
}
</style>