Shades of Oasis #FEECC8
Tints of Oasis #FEECC8
RGB
CMYK
RGB Variations
Color information
#FEECC8 (or 0xFEECC8) is known color: Oasis. HEX triplet: FE, EC and C8. RGB value is (254,236,200). Sum of RGB (Red+Green+Blue) = 254+236+200=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC8 is #011337. Grayscale: #EDEDED. Windows color (decimal): -70456 or 13167870. OLE color: 13167870.
HSL color Cylindrical-coordinate representation of color #FEECC8: hue angle of 40º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEECC8 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 200 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.00 |
| HSL | 40º | 0.96% | 0.89% | - |
| HSV(B) | 40º | 0.21% | 1% | - |
| XYZ | 81.29 | 85.23 | 66.81 | - |
| YUV | 237.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 200 | 0 | 0.07 | 0.21 | 0.00 | 40 | 0.96 | 0.89 |
| Hex | FE | EC | C8 | 0 | 7 | 15 | 0 | 28 | 60 | 59 |
| Octal | 376 | 354 | 310 | 0 | 7 | 25 | 0 | 50 | 140 | 131 |
| Binary | 11111110 | 11101100 | 11001000 | 0 | 111 | 10101 | 0 | 101000 | 1100000 | 1011001 |
Color Harmonies of #FEECC8
Complementary color
Monochromatic Colors of #FEECC8
Black with #FEECC8
Text Example
Text Example
White with #FEECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECC8; }
p { color: rgb(254,236,200); }
H1.HeaderClassName
{
color: #FEECC8;
}
.AnyTagClassName
{
color: #FEECC8;
}
</style>
background-color css
<style>
a { background-color: #FEECC8; }
a { background-color: rgb(254,236,200); }
div.DivClassName
{
background-color: #FEECC8;
}
.BgClassName
{
background-color: #FEECC8;
}
</style>
border-color css
<style>
span { border-color: #FEECC8; }
span { border-color: rgb(254,236,200); }
td.TdClassName
{
border-color: #FEECC8;
}
.TagClassName
{
border-color: #FEECC8;
}
</style>