Shades of Oasis #FEEDC5
Tints of Oasis #FEEDC5
RGB
CMYK
RGB Variations
Color information
#FEEDC5 (or 0xFEEDC5) is known color: Oasis. HEX triplet: FE, ED and C5. RGB value is (254,237,197). Sum of RGB (Red+Green+Blue) = 254+237+197=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDC5 is #01123A. Grayscale: #EDEDED. Windows color (decimal): -70203 or 12971518. OLE color: 12971518.
HSL color Cylindrical-coordinate representation of color #FEEDC5: hue angle of 42.11º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEDC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 197 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.00 |
| HSL | 42.11º | 0.97% | 0.88% | - |
| HSV(B) | 42.11º | 0.22% | 1% | - |
| XYZ | 81.24 | 85.67 | 65.08 | - |
| YUV | 237.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 197 | 0 | 0.07 | 0.22 | 0.00 | 42.11 | 0.97 | 0.88 |
| Hex | FE | ED | C5 | 0 | 7 | 16 | 0 | 2A | 61 | 58 |
| Octal | 376 | 355 | 305 | 0 | 7 | 26 | 0 | 52 | 141 | 130 |
| Binary | 11111110 | 11101101 | 11000101 | 0 | 111 | 10110 | 0 | 101010 | 1100001 | 1011000 |
Color Harmonies of #FEEDC5
Complementary color
Monochromatic Colors of #FEEDC5
Black with #FEEDC5
Text Example
Text Example
White with #FEEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDC5; }
p { color: rgb(254,237,197); }
H1.HeaderClassName
{
color: #FEEDC5;
}
.AnyTagClassName
{
color: #FEEDC5;
}
</style>
background-color css
<style>
a { background-color: #FEEDC5; }
a { background-color: rgb(254,237,197); }
div.DivClassName
{
background-color: #FEEDC5;
}
.BgClassName
{
background-color: #FEEDC5;
}
</style>
border-color css
<style>
span { border-color: #FEEDC5; }
span { border-color: rgb(254,237,197); }
td.TdClassName
{
border-color: #FEEDC5;
}
.TagClassName
{
border-color: #FEEDC5;
}
</style>