Shades of Oasis #FEECC7
Tints of Oasis #FEECC7
RGB
CMYK
RGB Variations
Color information
#FEECC7 (or 0xFEECC7) is known color: Oasis. HEX triplet: FE, EC and C7. RGB value is (254,236,199). Sum of RGB (Red+Green+Blue) = 254+236+199=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECC7 is #011338. Grayscale: #EDEDED. Windows color (decimal): -70457 or 13102334. OLE color: 13102334.
HSL color Cylindrical-coordinate representation of color #FEECC7: hue angle of 40.36º 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 #FEECC7 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 199 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.00 |
| HSL | 40.36º | 0.96% | 0.89% | - |
| HSV(B) | 40.36º | 0.22% | 1% | - |
| XYZ | 81.18 | 85.19 | 66.2 | - |
| YUV | 237.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 199 | 0 | 0.07 | 0.22 | 0.00 | 40.36 | 0.96 | 0.89 |
| Hex | FE | EC | C7 | 0 | 7 | 16 | 0 | 28 | 60 | 59 |
| Octal | 376 | 354 | 307 | 0 | 7 | 26 | 0 | 50 | 140 | 131 |
| Binary | 11111110 | 11101100 | 11000111 | 0 | 111 | 10110 | 0 | 101000 | 1100000 | 1011001 |
Color Harmonies of #FEECC7
Complementary color
Monochromatic Colors of #FEECC7
Black with #FEECC7
Text Example
Text Example
White with #FEECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECC7; }
p { color: rgb(254,236,199); }
H1.HeaderClassName
{
color: #FEECC7;
}
.AnyTagClassName
{
color: #FEECC7;
}
</style>
background-color css
<style>
a { background-color: #FEECC7; }
a { background-color: rgb(254,236,199); }
div.DivClassName
{
background-color: #FEECC7;
}
.BgClassName
{
background-color: #FEECC7;
}
</style>
border-color css
<style>
span { border-color: #FEECC7; }
span { border-color: rgb(254,236,199); }
td.TdClassName
{
border-color: #FEECC7;
}
.TagClassName
{
border-color: #FEECC7;
}
</style>