Shades of Oasis #FDEFCB
Tints of Oasis #FDEFCB
RGB
CMYK
RGB Variations
Color information
#FDEFCB (or 0xFDEFCB) is known color: Oasis. HEX triplet: FD, EF and CB. RGB value is (253,239,203). Sum of RGB (Red+Green+Blue) = 253+239+203=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFCB is #021034. Grayscale: #EFEFEF. Windows color (decimal): -135221 or 13365245. OLE color: 13365245.
HSL color Cylindrical-coordinate representation of color #FDEFCB: hue angle of 43.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDEFCB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 203 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.01 |
| HSL | 43.2º | 0.93% | 0.89% | - |
| HSV(B) | 43.2º | 0.2% | 0.99% | - |
| XYZ | 82.15 | 86.93 | 68.95 | - |
| YUV | 239.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 203 | 0 | 0.06 | 0.20 | 0.01 | 43.2 | 0.93 | 0.89 |
| Hex | FD | EF | CB | 0 | 6 | 14 | 1 | 2B | 5D | 59 |
| Octal | 375 | 357 | 313 | 0 | 6 | 24 | 1 | 53 | 135 | 131 |
| Binary | 11111101 | 11101111 | 11001011 | 0 | 110 | 10100 | 1 | 101011 | 1011101 | 1011001 |
Color Harmonies of #FDEFCB
Complementary color
Monochromatic Colors of #FDEFCB
Black with #FDEFCB
Text Example
Text Example
White with #FDEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFCB; }
p { color: rgb(253,239,203); }
H1.HeaderClassName
{
color: #FDEFCB;
}
.AnyTagClassName
{
color: #FDEFCB;
}
</style>
background-color css
<style>
a { background-color: #FDEFCB; }
a { background-color: rgb(253,239,203); }
div.DivClassName
{
background-color: #FDEFCB;
}
.BgClassName
{
background-color: #FDEFCB;
}
</style>
border-color css
<style>
span { border-color: #FDEFCB; }
span { border-color: rgb(253,239,203); }
td.TdClassName
{
border-color: #FDEFCB;
}
.TagClassName
{
border-color: #FDEFCB;
}
</style>