Shades of Oasis #FEECBB
Tints of Oasis #FEECBB
RGB
CMYK
RGB Variations
Color information
#FEECBB (or 0xFEECBB) is known color: Oasis. HEX triplet: FE, EC and BB. RGB value is (254,236,187). Sum of RGB (Red+Green+Blue) = 254+236+187=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECBB is #011344. Grayscale: #ECECEC. Windows color (decimal): -70469 or 12315902. OLE color: 12315902.
HSL color Cylindrical-coordinate representation of color #FEECBB: hue angle of 43.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEECBB is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 187 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.00 |
| HSL | 43.88º | 0.97% | 0.86% | - |
| HSV(B) | 43.88º | 0.26% | 1% | - |
| XYZ | 79.84 | 84.65 | 59.14 | - |
| YUV | 235.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 187 | 0 | 0.07 | 0.26 | 0.00 | 43.88 | 0.97 | 0.86 |
| Hex | FE | EC | BB | 0 | 7 | 1A | 0 | 2C | 61 | 56 |
| Octal | 376 | 354 | 273 | 0 | 7 | 32 | 0 | 54 | 141 | 126 |
| Binary | 11111110 | 11101100 | 10111011 | 0 | 111 | 11010 | 0 | 101100 | 1100001 | 1010110 |
Color Harmonies of #FEECBB
Complementary color
Monochromatic Colors of #FEECBB
Black with #FEECBB
Text Example
Text Example
White with #FEECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECBB; }
p { color: rgb(254,236,187); }
H1.HeaderClassName
{
color: #FEECBB;
}
.AnyTagClassName
{
color: #FEECBB;
}
</style>
background-color css
<style>
a { background-color: #FEECBB; }
a { background-color: rgb(254,236,187); }
div.DivClassName
{
background-color: #FEECBB;
}
.BgClassName
{
background-color: #FEECBB;
}
</style>
border-color css
<style>
span { border-color: #FEECBB; }
span { border-color: rgb(254,236,187); }
td.TdClassName
{
border-color: #FEECBB;
}
.TagClassName
{
border-color: #FEECBB;
}
</style>