Shades of Oasis #FEEFC6
Tints of Oasis #FEEFC6
RGB
CMYK
RGB Variations
Color information
#FEEFC6 (or 0xFEEFC6) is known color: Oasis. HEX triplet: FE, EF and C6. RGB value is (254,239,198). Sum of RGB (Red+Green+Blue) = 254+239+198=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 198 (77.73% from 255 or 28.65% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC6 is #011039. Grayscale: #EEEEEE. Windows color (decimal): -69690 or 13037566. OLE color: 13037566.
HSL color Cylindrical-coordinate representation of color #FEEFC6: hue angle of 43.93º 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 #FEEFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 198 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.00 |
| HSL | 43.93º | 0.97% | 0.89% | - |
| HSV(B) | 43.93º | 0.22% | 1% | - |
| XYZ | 81.93 | 86.88 | 65.88 | - |
| YUV | 238.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 198 | 0 | 0.06 | 0.22 | 0.00 | 43.93 | 0.97 | 0.89 |
| Hex | FE | EF | C6 | 0 | 6 | 16 | 0 | 2C | 61 | 59 |
| Octal | 376 | 357 | 306 | 0 | 6 | 26 | 0 | 54 | 141 | 131 |
| Binary | 11111110 | 11101111 | 11000110 | 0 | 110 | 10110 | 0 | 101100 | 1100001 | 1011001 |
Color Harmonies of #FEEFC6
Complementary color
Monochromatic Colors of #FEEFC6
Black with #FEEFC6
Text Example
Text Example
White with #FEEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFC6; }
p { color: rgb(254,239,198); }
H1.HeaderClassName
{
color: #FEEFC6;
}
.AnyTagClassName
{
color: #FEEFC6;
}
</style>
background-color css
<style>
a { background-color: #FEEFC6; }
a { background-color: rgb(254,239,198); }
div.DivClassName
{
background-color: #FEEFC6;
}
.BgClassName
{
background-color: #FEEFC6;
}
</style>
border-color css
<style>
span { border-color: #FEEFC6; }
span { border-color: rgb(254,239,198); }
td.TdClassName
{
border-color: #FEEFC6;
}
.TagClassName
{
border-color: #FEEFC6;
}
</style>