Shades of Oasis #FEEDBB
Tints of Oasis #FEEDBB
RGB
CMYK
RGB Variations
Color information
#FEEDBB (or 0xFEEDBB) is known color: Oasis. HEX triplet: FE, ED and BB. RGB value is (254,237,187). Sum of RGB (Red+Green+Blue) = 254+237+187=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 187 (73.44% from 255 or 27.58% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDBB is #011244. Grayscale: #ECECEC. Windows color (decimal): -70213 or 12316158. OLE color: 12316158.
HSL color Cylindrical-coordinate representation of color #FEEDBB: hue angle of 44.78º 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 #FEEDBB is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 187 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.00 |
| HSL | 44.78º | 0.97% | 0.86% | - |
| HSV(B) | 44.78º | 0.26% | 1% | - |
| XYZ | 80.13 | 85.23 | 59.24 | - |
| YUV | 236.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 187 | 0 | 0.07 | 0.26 | 0.00 | 44.78 | 0.97 | 0.86 |
| Hex | FE | ED | BB | 0 | 7 | 1A | 0 | 2D | 61 | 56 |
| Octal | 376 | 355 | 273 | 0 | 7 | 32 | 0 | 55 | 141 | 126 |
| Binary | 11111110 | 11101101 | 10111011 | 0 | 111 | 11010 | 0 | 101101 | 1100001 | 1010110 |
Color Harmonies of #FEEDBB
Complementary color
Monochromatic Colors of #FEEDBB
Black with #FEEDBB
Text Example
Text Example
White with #FEEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDBB; }
p { color: rgb(254,237,187); }
H1.HeaderClassName
{
color: #FEEDBB;
}
.AnyTagClassName
{
color: #FEEDBB;
}
</style>
background-color css
<style>
a { background-color: #FEEDBB; }
a { background-color: rgb(254,237,187); }
div.DivClassName
{
background-color: #FEEDBB;
}
.BgClassName
{
background-color: #FEEDBB;
}
</style>
border-color css
<style>
span { border-color: #FEEDBB; }
span { border-color: rgb(254,237,187); }
td.TdClassName
{
border-color: #FEEDBB;
}
.TagClassName
{
border-color: #FEEDBB;
}
</style>