Shades of Oasis #FEECC4
Tints of Oasis #FEECC4
RGB
CMYK
RGB Variations
Color information
#FEECC4 (or 0xFEECC4) is known color: Oasis. HEX triplet: FE, EC and C4. RGB value is (254,236,196). Sum of RGB (Red+Green+Blue) = 254+236+196=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC4 is #01133B. Grayscale: #EDEDED. Windows color (decimal): -70460 or 12905726. OLE color: 12905726.
HSL color Cylindrical-coordinate representation of color #FEECC4: hue angle of 41.38º 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 #FEECC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.00 |
| HSL | 41.38º | 0.97% | 0.88% | - |
| HSV(B) | 41.38º | 0.23% | 1% | - |
| XYZ | 80.83 | 85.05 | 64.38 | - |
| YUV | 236.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 196 | 0 | 0.07 | 0.23 | 0.00 | 41.38 | 0.97 | 0.88 |
| Hex | FE | EC | C4 | 0 | 7 | 17 | 0 | 29 | 61 | 58 |
| Octal | 376 | 354 | 304 | 0 | 7 | 27 | 0 | 51 | 141 | 130 |
| Binary | 11111110 | 11101100 | 11000100 | 0 | 111 | 10111 | 0 | 101001 | 1100001 | 1011000 |
Color Harmonies of #FEECC4
Complementary color
Monochromatic Colors of #FEECC4
Black with #FEECC4
Text Example
Text Example
White with #FEECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECC4; }
p { color: rgb(254,236,196); }
H1.HeaderClassName
{
color: #FEECC4;
}
.AnyTagClassName
{
color: #FEECC4;
}
</style>
background-color css
<style>
a { background-color: #FEECC4; }
a { background-color: rgb(254,236,196); }
div.DivClassName
{
background-color: #FEECC4;
}
.BgClassName
{
background-color: #FEECC4;
}
</style>
border-color css
<style>
span { border-color: #FEECC4; }
span { border-color: rgb(254,236,196); }
td.TdClassName
{
border-color: #FEECC4;
}
.TagClassName
{
border-color: #FEECC4;
}
</style>