Shades of Oasis #FEEBC4
Tints of Oasis #FEEBC4
RGB
CMYK
RGB Variations
Color information
#FEEBC4 (or 0xFEEBC4) is known color: Oasis. HEX triplet: FE, EB and C4. RGB value is (254,235,196). Sum of RGB (Red+Green+Blue) = 254+235+196=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC4 is #01143B. Grayscale: #ECECEC. Windows color (decimal): -70716 or 12905470. OLE color: 12905470.
HSL color Cylindrical-coordinate representation of color #FEEBC4: hue angle of 40.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEBC4 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 196 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.00 |
| HSL | 40.34º | 0.97% | 0.88% | - |
| HSV(B) | 40.34º | 0.23% | 1% | - |
| XYZ | 80.55 | 84.47 | 64.28 | - |
| YUV | 236.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 196 | 0 | 0.07 | 0.23 | 0.00 | 40.34 | 0.97 | 0.88 |
| Hex | FE | EB | C4 | 0 | 7 | 17 | 0 | 28 | 61 | 58 |
| Octal | 376 | 353 | 304 | 0 | 7 | 27 | 0 | 50 | 141 | 130 |
| Binary | 11111110 | 11101011 | 11000100 | 0 | 111 | 10111 | 0 | 101000 | 1100001 | 1011000 |
Color Harmonies of #FEEBC4
Complementary color
Monochromatic Colors of #FEEBC4
Black with #FEEBC4
Text Example
Text Example
White with #FEEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBC4; }
p { color: rgb(254,235,196); }
H1.HeaderClassName
{
color: #FEEBC4;
}
.AnyTagClassName
{
color: #FEEBC4;
}
</style>
background-color css
<style>
a { background-color: #FEEBC4; }
a { background-color: rgb(254,235,196); }
div.DivClassName
{
background-color: #FEEBC4;
}
.BgClassName
{
background-color: #FEEBC4;
}
</style>
border-color css
<style>
span { border-color: #FEEBC4; }
span { border-color: rgb(254,235,196); }
td.TdClassName
{
border-color: #FEEBC4;
}
.TagClassName
{
border-color: #FEEBC4;
}
</style>