Shades of Oasis #FDECBE
Tints of Oasis #FDECBE
RGB
CMYK
RGB Variations
Color information
#FDECBE (or 0xFDECBE) is known color: Oasis. HEX triplet: FD, EC and BE. RGB value is (253,236,190). Sum of RGB (Red+Green+Blue) = 253+236+190=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECBE is #021341. Grayscale: #ECECEC. Windows color (decimal): -136002 or 12512509. OLE color: 12512509.
HSL color Cylindrical-coordinate representation of color #FDECBE: hue angle of 43.81º 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 #FDECBE is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 236 | 190 | - |
CMYK | 0 | 0.07 | 0.25 | 0.01 |
HSL | 43.81º | 0.94% | 0.87% | - |
HSV(B) | 43.81º | 0.25% | 0.99% | - |
XYZ | 79.8 | 84.59 | 60.84 | - |
YUV | 235.84 | 102.13 | 140.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 236 | 190 | 0 | 0.07 | 0.25 | 0.01 | 43.81 | 0.94 | 0.87 |
Hex | FD | EC | BE | 0 | 7 | 19 | 1 | 2C | 5E | 57 |
Octal | 375 | 354 | 276 | 0 | 7 | 31 | 1 | 54 | 136 | 127 |
Binary | 11111101 | 11101100 | 10111110 | 0 | 111 | 11001 | 1 | 101100 | 1011110 | 1010111 |
Color Harmonies of #FDECBE
Complementary color
Monochromatic Colors of #FDECBE
Black with #FDECBE
Text Example
Text Example
White with #FDECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECBE; }
p { color: rgb(253,236,190); }
H1.HeaderClassName
{
color: #FDECBE;
}
.AnyTagClassName
{
color: #FDECBE;
}
</style>
background-color css
<style>
a { background-color: #FDECBE; }
a { background-color: rgb(253,236,190); }
div.DivClassName
{
background-color: #FDECBE;
}
.BgClassName
{
background-color: #FDECBE;
}
</style>
border-color css
<style>
span { border-color: #FDECBE; }
span { border-color: rgb(253,236,190); }
td.TdClassName
{
border-color: #FDECBE;
}
.TagClassName
{
border-color: #FDECBE;
}
</style>