Shades of Oasis #FEECBD
Tints of Oasis #FEECBD
RGB
CMYK
RGB Variations
Color information
#FEECBD (or 0xFEECBD) is known color: Oasis. HEX triplet: FE, EC and BD. RGB value is (254,236,189). Sum of RGB (Red+Green+Blue) = 254+236+189=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECBD is #011342. Grayscale: #ECECEC. Windows color (decimal): -70467 or 12446974. OLE color: 12446974.
HSL color Cylindrical-coordinate representation of color #FEECBD: hue angle of 43.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEECBD is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 189 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.00 |
| HSL | 43.38º | 0.97% | 0.87% | - |
| HSV(B) | 43.38º | 0.26% | 1% | - |
| XYZ | 80.05 | 84.74 | 60.28 | - |
| YUV | 236.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 189 | 0 | 0.07 | 0.26 | 0.00 | 43.38 | 0.97 | 0.87 |
| Hex | FE | EC | BD | 0 | 7 | 1A | 0 | 2B | 61 | 57 |
| Octal | 376 | 354 | 275 | 0 | 7 | 32 | 0 | 53 | 141 | 127 |
| Binary | 11111110 | 11101100 | 10111101 | 0 | 111 | 11010 | 0 | 101011 | 1100001 | 1010111 |
Color Harmonies of #FEECBD
Complementary color
Monochromatic Colors of #FEECBD
Black with #FEECBD
Text Example
Text Example
White with #FEECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECBD; }
p { color: rgb(254,236,189); }
H1.HeaderClassName
{
color: #FEECBD;
}
.AnyTagClassName
{
color: #FEECBD;
}
</style>
background-color css
<style>
a { background-color: #FEECBD; }
a { background-color: rgb(254,236,189); }
div.DivClassName
{
background-color: #FEECBD;
}
.BgClassName
{
background-color: #FEECBD;
}
</style>
border-color css
<style>
span { border-color: #FEECBD; }
span { border-color: rgb(254,236,189); }
td.TdClassName
{
border-color: #FEECBD;
}
.TagClassName
{
border-color: #FEECBD;
}
</style>