Shades of Oasis #FDEDBB
Tints of Oasis #FDEDBB
RGB
CMYK
RGB Variations
Color information
#FDEDBB (or 0xFDEDBB) is known color: Oasis. HEX triplet: FD, ED and BB. RGB value is (253,237,187). Sum of RGB (Red+Green+Blue) = 253+237+187=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 187 (73.44% from 255 or 27.62% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDBB is #021244. Grayscale: #ECECEC. Windows color (decimal): -135749 or 12316157. OLE color: 12316157.
HSL color Cylindrical-coordinate representation of color #FDEDBB: hue angle of 45.45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDEDBB is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 187 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.01 |
| HSL | 45.45º | 0.94% | 0.86% | - |
| HSV(B) | 45.45º | 0.26% | 0.99% | - |
| XYZ | 79.76 | 85.04 | 59.22 | - |
| YUV | 236.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 187 | 0 | 0.06 | 0.26 | 0.01 | 45.45 | 0.94 | 0.86 |
| Hex | FD | ED | BB | 0 | 6 | 1A | 1 | 2D | 5E | 56 |
| Octal | 375 | 355 | 273 | 0 | 6 | 32 | 1 | 55 | 136 | 126 |
| Binary | 11111101 | 11101101 | 10111011 | 0 | 110 | 11010 | 1 | 101101 | 1011110 | 1010110 |
Color Harmonies of #FDEDBB
Complementary color
Monochromatic Colors of #FDEDBB
Black with #FDEDBB
Text Example
Text Example
White with #FDEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDBB; }
p { color: rgb(253,237,187); }
H1.HeaderClassName
{
color: #FDEDBB;
}
.AnyTagClassName
{
color: #FDEDBB;
}
</style>
background-color css
<style>
a { background-color: #FDEDBB; }
a { background-color: rgb(253,237,187); }
div.DivClassName
{
background-color: #FDEDBB;
}
.BgClassName
{
background-color: #FDEDBB;
}
</style>
border-color css
<style>
span { border-color: #FDEDBB; }
span { border-color: rgb(253,237,187); }
td.TdClassName
{
border-color: #FDEDBB;
}
.TagClassName
{
border-color: #FDEDBB;
}
</style>