Shades of Oasis #FEECC5
Tints of Oasis #FEECC5
RGB
CMYK
RGB Variations
Color information
#FEECC5 (or 0xFEECC5) is known color: Oasis. HEX triplet: FE, EC and C5. RGB value is (254,236,197). Sum of RGB (Red+Green+Blue) = 254+236+197=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC5 is #01133A. Grayscale: #EDEDED. Windows color (decimal): -70459 or 12971262. OLE color: 12971262.
HSL color Cylindrical-coordinate representation of color #FEECC5: hue angle of 41.05º 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 #FEECC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 197 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.00 |
| HSL | 41.05º | 0.97% | 0.88% | - |
| HSV(B) | 41.05º | 0.22% | 1% | - |
| XYZ | 80.95 | 85.09 | 64.98 | - |
| YUV | 236.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 197 | 0 | 0.07 | 0.22 | 0.00 | 41.05 | 0.97 | 0.88 |
| Hex | FE | EC | C5 | 0 | 7 | 16 | 0 | 29 | 61 | 58 |
| Octal | 376 | 354 | 305 | 0 | 7 | 26 | 0 | 51 | 141 | 130 |
| Binary | 11111110 | 11101100 | 11000101 | 0 | 111 | 10110 | 0 | 101001 | 1100001 | 1011000 |
Color Harmonies of #FEECC5
Complementary color
Monochromatic Colors of #FEECC5
Black with #FEECC5
Text Example
Text Example
White with #FEECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECC5; }
p { color: rgb(254,236,197); }
H1.HeaderClassName
{
color: #FEECC5;
}
.AnyTagClassName
{
color: #FEECC5;
}
</style>
background-color css
<style>
a { background-color: #FEECC5; }
a { background-color: rgb(254,236,197); }
div.DivClassName
{
background-color: #FEECC5;
}
.BgClassName
{
background-color: #FEECC5;
}
</style>
border-color css
<style>
span { border-color: #FEECC5; }
span { border-color: rgb(254,236,197); }
td.TdClassName
{
border-color: #FEECC5;
}
.TagClassName
{
border-color: #FEECC5;
}
</style>