Shades of Oasis #FFEDBB
Tints of Oasis #FFEDBB
RGB
CMYK
RGB Variations
Color information
#FFEDBB (or 0xFFEDBB) is known color: Oasis. HEX triplet: FF, ED and BB. RGB value is (255,237,187). Sum of RGB (Red+Green+Blue) = 255+237+187=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDBB is #001244. Grayscale: #ECECEC. Windows color (decimal): -4677 or 12316159. OLE color: 12316159.
HSL color Cylindrical-coordinate representation of color #FFEDBB: hue angle of 44.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFEDBB is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 187 | - |
| CMYK | 0 | 0.07 | 0.27 | 0 |
| HSL | 44.12º | 1% | 0.87% | - |
| HSV(B) | 44.12º | 0.27% | 1% | - |
| XYZ | 80.49 | 85.42 | 59.26 | - |
| YUV | 236.68 | 99.96 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 187 | 0 | 0.07 | 0.27 | 0 | 44.12 | 1 | 0.87 |
| Hex | FF | ED | BB | 0 | 7 | 1B | 0 | 2C | 64 | 57 |
| Octal | 377 | 355 | 273 | 0 | 7 | 33 | 0 | 54 | 144 | 127 |
| Binary | 11111111 | 11101101 | 10111011 | 0 | 111 | 11011 | 0 | 101100 | 1100100 | 1010111 |
Color Harmonies of #FFEDBB
Complementary color
Monochromatic Colors of #FFEDBB
Black with #FFEDBB
Text Example
Text Example
White with #FFEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDBB; }
p { color: rgb(255,237,187); }
H1.HeaderClassName
{
color: #FFEDBB;
}
.AnyTagClassName
{
color: #FFEDBB;
}
</style>
background-color css
<style>
a { background-color: #FFEDBB; }
a { background-color: rgb(255,237,187); }
div.DivClassName
{
background-color: #FFEDBB;
}
.BgClassName
{
background-color: #FFEDBB;
}
</style>
border-color css
<style>
span { border-color: #FFEDBB; }
span { border-color: rgb(255,237,187); }
td.TdClassName
{
border-color: #FFEDBB;
}
.TagClassName
{
border-color: #FFEDBB;
}
</style>