Shades of Oasis #FDEAC0
Tints of Oasis #FDEAC0
RGB
CMYK
RGB Variations
Color information
#FDEAC0 (or 0xFDEAC0) is known color: Oasis. HEX triplet: FD, EA and C0. RGB value is (253,234,192). Sum of RGB (Red+Green+Blue) = 253+234+192=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC0 is #02153F. Grayscale: #EBEBEB. Windows color (decimal): -136512 or 12643069. OLE color: 12643069.
HSL color Cylindrical-coordinate representation of color #FDEAC0: hue angle of 41.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDEAC0 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 192 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.01 |
| HSL | 41.31º | 0.94% | 0.87% | - |
| HSV(B) | 41.31º | 0.24% | 0.99% | - |
| XYZ | 79.45 | 83.53 | 61.81 | - |
| YUV | 234.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 192 | 0 | 0.08 | 0.24 | 0.01 | 41.31 | 0.94 | 0.87 |
| Hex | FD | EA | C0 | 0 | 8 | 18 | 1 | 29 | 5E | 57 |
| Octal | 375 | 352 | 300 | 0 | 10 | 30 | 1 | 51 | 136 | 127 |
| Binary | 11111101 | 11101010 | 11000000 | 0 | 1000 | 11000 | 1 | 101001 | 1011110 | 1010111 |
Color Harmonies of #FDEAC0
Complementary color
Monochromatic Colors of #FDEAC0
Black with #FDEAC0
Text Example
Text Example
White with #FDEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAC0; }
p { color: rgb(253,234,192); }
H1.HeaderClassName
{
color: #FDEAC0;
}
.AnyTagClassName
{
color: #FDEAC0;
}
</style>
background-color css
<style>
a { background-color: #FDEAC0; }
a { background-color: rgb(253,234,192); }
div.DivClassName
{
background-color: #FDEAC0;
}
.BgClassName
{
background-color: #FDEAC0;
}
</style>
border-color css
<style>
span { border-color: #FDEAC0; }
span { border-color: rgb(253,234,192); }
td.TdClassName
{
border-color: #FDEAC0;
}
.TagClassName
{
border-color: #FDEAC0;
}
</style>