Shades of Oasis #FEEBC5
Tints of Oasis #FEEBC5
RGB
CMYK
RGB Variations
Color information
#FEEBC5 (or 0xFEEBC5) is known color: Oasis. HEX triplet: FE, EB and C5. RGB value is (254,235,197). Sum of RGB (Red+Green+Blue) = 254+235+197=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC5 is #01143A. Grayscale: #ECECEC. Windows color (decimal): -70715 or 12971006. OLE color: 12971006.
HSL color Cylindrical-coordinate representation of color #FEEBC5: hue angle of 40º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEBC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 197 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.00 |
| HSL | 40º | 0.97% | 0.88% | - |
| HSV(B) | 40º | 0.22% | 1% | - |
| XYZ | 80.66 | 84.52 | 64.89 | - |
| YUV | 236.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 197 | 0 | 0.07 | 0.22 | 0.00 | 40 | 0.97 | 0.88 |
| Hex | FE | EB | C5 | 0 | 7 | 16 | 0 | 28 | 61 | 58 |
| Octal | 376 | 353 | 305 | 0 | 7 | 26 | 0 | 50 | 141 | 130 |
| Binary | 11111110 | 11101011 | 11000101 | 0 | 111 | 10110 | 0 | 101000 | 1100001 | 1011000 |
Color Harmonies of #FEEBC5
Complementary color
Monochromatic Colors of #FEEBC5
Black with #FEEBC5
Text Example
Text Example
White with #FEEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBC5; }
p { color: rgb(254,235,197); }
H1.HeaderClassName
{
color: #FEEBC5;
}
.AnyTagClassName
{
color: #FEEBC5;
}
</style>
background-color css
<style>
a { background-color: #FEEBC5; }
a { background-color: rgb(254,235,197); }
div.DivClassName
{
background-color: #FEEBC5;
}
.BgClassName
{
background-color: #FEEBC5;
}
</style>
border-color css
<style>
span { border-color: #FEEBC5; }
span { border-color: rgb(254,235,197); }
td.TdClassName
{
border-color: #FEEBC5;
}
.TagClassName
{
border-color: #FEEBC5;
}
</style>