Shades of Oasis #FEEEC6
Tints of Oasis #FEEEC6
RGB
CMYK
RGB Variations
Color information
#FEEEC6 (or 0xFEEEC6) is known color: Oasis. HEX triplet: FE, EE and C6. RGB value is (254,238,198). Sum of RGB (Red+Green+Blue) = 254+238+198=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEC6 is #011139. Grayscale: #EEEEEE. Windows color (decimal): -69946 or 13037310. OLE color: 13037310.
HSL color Cylindrical-coordinate representation of color #FEEEC6: hue angle of 42.86º 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 #FEEEC6 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 198 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.00 |
| HSL | 42.86º | 0.97% | 0.89% | - |
| HSV(B) | 42.86º | 0.22% | 1% | - |
| XYZ | 81.64 | 86.3 | 65.78 | - |
| YUV | 238.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 198 | 0 | 0.06 | 0.22 | 0.00 | 42.86 | 0.97 | 0.89 |
| Hex | FE | EE | C6 | 0 | 6 | 16 | 0 | 2B | 61 | 59 |
| Octal | 376 | 356 | 306 | 0 | 6 | 26 | 0 | 53 | 141 | 131 |
| Binary | 11111110 | 11101110 | 11000110 | 0 | 110 | 10110 | 0 | 101011 | 1100001 | 1011001 |
Color Harmonies of #FEEEC6
Complementary color
Monochromatic Colors of #FEEEC6
Black with #FEEEC6
Text Example
Text Example
White with #FEEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEC6; }
p { color: rgb(254,238,198); }
H1.HeaderClassName
{
color: #FEEEC6;
}
.AnyTagClassName
{
color: #FEEEC6;
}
</style>
background-color css
<style>
a { background-color: #FEEEC6; }
a { background-color: rgb(254,238,198); }
div.DivClassName
{
background-color: #FEEEC6;
}
.BgClassName
{
background-color: #FEEEC6;
}
</style>
border-color css
<style>
span { border-color: #FEEEC6; }
span { border-color: rgb(254,238,198); }
td.TdClassName
{
border-color: #FEEEC6;
}
.TagClassName
{
border-color: #FEEEC6;
}
</style>