Shades of Oasis #FDEFBD
Tints of Oasis #FDEFBD
RGB
CMYK
RGB Variations
Color information
#FDEFBD (or 0xFDEFBD) is known color: Oasis. HEX triplet: FD, EF and BD. RGB value is (253,239,189). Sum of RGB (Red+Green+Blue) = 253+239+189=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFBD is #021042. Grayscale: #EDEDED. Windows color (decimal): -135235 or 12447741. OLE color: 12447741.
HSL color Cylindrical-coordinate representation of color #FDEFBD: hue angle of 46.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDEFBD is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 189 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.01 |
| HSL | 46.88º | 0.94% | 0.87% | - |
| HSV(B) | 46.88º | 0.25% | 0.99% | - |
| XYZ | 80.56 | 86.29 | 60.55 | - |
| YUV | 237.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 189 | 0 | 0.06 | 0.25 | 0.01 | 46.88 | 0.94 | 0.87 |
| Hex | FD | EF | BD | 0 | 6 | 19 | 1 | 2F | 5E | 57 |
| Octal | 375 | 357 | 275 | 0 | 6 | 31 | 1 | 57 | 136 | 127 |
| Binary | 11111101 | 11101111 | 10111101 | 0 | 110 | 11001 | 1 | 101111 | 1011110 | 1010111 |
Color Harmonies of #FDEFBD
Complementary color
Monochromatic Colors of #FDEFBD
Black with #FDEFBD
Text Example
Text Example
White with #FDEFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFBD; }
p { color: rgb(253,239,189); }
H1.HeaderClassName
{
color: #FDEFBD;
}
.AnyTagClassName
{
color: #FDEFBD;
}
</style>
background-color css
<style>
a { background-color: #FDEFBD; }
a { background-color: rgb(253,239,189); }
div.DivClassName
{
background-color: #FDEFBD;
}
.BgClassName
{
background-color: #FDEFBD;
}
</style>
border-color css
<style>
span { border-color: #FDEFBD; }
span { border-color: rgb(253,239,189); }
td.TdClassName
{
border-color: #FDEFBD;
}
.TagClassName
{
border-color: #FDEFBD;
}
</style>