Shades of Oasis #FEEDC4
Tints of Oasis #FEEDC4
RGB
CMYK
RGB Variations
Color information
#FEEDC4 (or 0xFEEDC4) is known color: Oasis. HEX triplet: FE, ED and C4. RGB value is (254,237,196). Sum of RGB (Red+Green+Blue) = 254+237+196=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDC4 is #01123B. Grayscale: #EDEDED. Windows color (decimal): -70204 or 12905982. OLE color: 12905982.
HSL color Cylindrical-coordinate representation of color #FEEDC4: hue angle of 42.41º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEDC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.00 |
| HSL | 42.41º | 0.97% | 0.88% | - |
| HSV(B) | 42.41º | 0.23% | 1% | - |
| XYZ | 81.12 | 85.62 | 64.48 | - |
| YUV | 237.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 196 | 0 | 0.07 | 0.23 | 0.00 | 42.41 | 0.97 | 0.88 |
| Hex | FE | ED | C4 | 0 | 7 | 17 | 0 | 2A | 61 | 58 |
| Octal | 376 | 355 | 304 | 0 | 7 | 27 | 0 | 52 | 141 | 130 |
| Binary | 11111110 | 11101101 | 11000100 | 0 | 111 | 10111 | 0 | 101010 | 1100001 | 1011000 |
Color Harmonies of #FEEDC4
Complementary color
Monochromatic Colors of #FEEDC4
Black with #FEEDC4
Text Example
Text Example
White with #FEEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDC4; }
p { color: rgb(254,237,196); }
H1.HeaderClassName
{
color: #FEEDC4;
}
.AnyTagClassName
{
color: #FEEDC4;
}
</style>
background-color css
<style>
a { background-color: #FEEDC4; }
a { background-color: rgb(254,237,196); }
div.DivClassName
{
background-color: #FEEDC4;
}
.BgClassName
{
background-color: #FEEDC4;
}
</style>
border-color css
<style>
span { border-color: #FEEDC4; }
span { border-color: rgb(254,237,196); }
td.TdClassName
{
border-color: #FEEDC4;
}
.TagClassName
{
border-color: #FEEDC4;
}
</style>