Shades of Oasis #FEEDC7
Tints of Oasis #FEEDC7
RGB
CMYK
RGB Variations
Color information
#FEEDC7 (or 0xFEEDC7) is known color: Oasis. HEX triplet: FE, ED and C7. RGB value is (254,237,199). Sum of RGB (Red+Green+Blue) = 254+237+199=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDC7 is #011238. Grayscale: #EDEDED. Windows color (decimal): -70201 or 13102590. OLE color: 13102590.
HSL color Cylindrical-coordinate representation of color #FEEDC7: hue angle of 41.45º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEDC7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 199 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.00 |
| HSL | 41.45º | 0.96% | 0.89% | - |
| HSV(B) | 41.45º | 0.22% | 1% | - |
| XYZ | 81.47 | 85.76 | 66.29 | - |
| YUV | 237.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 199 | 0 | 0.07 | 0.22 | 0.00 | 41.45 | 0.96 | 0.89 |
| Hex | FE | ED | C7 | 0 | 7 | 16 | 0 | 29 | 60 | 59 |
| Octal | 376 | 355 | 307 | 0 | 7 | 26 | 0 | 51 | 140 | 131 |
| Binary | 11111110 | 11101101 | 11000111 | 0 | 111 | 10110 | 0 | 101001 | 1100000 | 1011001 |
Color Harmonies of #FEEDC7
Complementary color
Monochromatic Colors of #FEEDC7
Black with #FEEDC7
Text Example
Text Example
White with #FEEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDC7; }
p { color: rgb(254,237,199); }
H1.HeaderClassName
{
color: #FEEDC7;
}
.AnyTagClassName
{
color: #FEEDC7;
}
</style>
background-color css
<style>
a { background-color: #FEEDC7; }
a { background-color: rgb(254,237,199); }
div.DivClassName
{
background-color: #FEEDC7;
}
.BgClassName
{
background-color: #FEEDC7;
}
</style>
border-color css
<style>
span { border-color: #FEEDC7; }
span { border-color: rgb(254,237,199); }
td.TdClassName
{
border-color: #FEEDC7;
}
.TagClassName
{
border-color: #FEEDC7;
}
</style>