Shades of Oasis #FEEDC6
Tints of Oasis #FEEDC6
RGB
CMYK
RGB Variations
Color information
#FEEDC6 (or 0xFEEDC6) is known color: Oasis. HEX triplet: FE, ED and C6. RGB value is (254,237,198). Sum of RGB (Red+Green+Blue) = 254+237+198=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 198 (77.73% from 255 or 28.74% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDC6 is #011239. Grayscale: #EDEDED. Windows color (decimal): -70202 or 13037054. OLE color: 13037054.
HSL color Cylindrical-coordinate representation of color #FEEDC6: hue angle of 41.79º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEDC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 198 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.00 |
| HSL | 41.79º | 0.97% | 0.89% | - |
| HSV(B) | 41.79º | 0.22% | 1% | - |
| XYZ | 81.35 | 85.72 | 65.68 | - |
| YUV | 237.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 198 | 0 | 0.07 | 0.22 | 0.00 | 41.79 | 0.97 | 0.89 |
| Hex | FE | ED | C6 | 0 | 7 | 16 | 0 | 2A | 61 | 59 |
| Octal | 376 | 355 | 306 | 0 | 7 | 26 | 0 | 52 | 141 | 131 |
| Binary | 11111110 | 11101101 | 11000110 | 0 | 111 | 10110 | 0 | 101010 | 1100001 | 1011001 |
Color Harmonies of #FEEDC6
Complementary color
Monochromatic Colors of #FEEDC6
Black with #FEEDC6
Text Example
Text Example
White with #FEEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDC6; }
p { color: rgb(254,237,198); }
H1.HeaderClassName
{
color: #FEEDC6;
}
.AnyTagClassName
{
color: #FEEDC6;
}
</style>
background-color css
<style>
a { background-color: #FEEDC6; }
a { background-color: rgb(254,237,198); }
div.DivClassName
{
background-color: #FEEDC6;
}
.BgClassName
{
background-color: #FEEDC6;
}
</style>
border-color css
<style>
span { border-color: #FEEDC6; }
span { border-color: rgb(254,237,198); }
td.TdClassName
{
border-color: #FEEDC6;
}
.TagClassName
{
border-color: #FEEDC6;
}
</style>