Shades of Oasis #FDEECA
Tints of Oasis #FDEECA
RGB
CMYK
RGB Variations
Color information
#FDEECA (or 0xFDEECA) is known color: Oasis. HEX triplet: FD, EE and CA. RGB value is (253,238,202). Sum of RGB (Red+Green+Blue) = 253+238+202=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEECA is #021135. Grayscale: #EEEEEE. Windows color (decimal): -135478 or 13299453. OLE color: 13299453.
HSL color Cylindrical-coordinate representation of color #FDEECA: hue angle of 42.35º 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 #FDEECA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 202 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.01 |
| HSL | 42.35º | 0.93% | 0.89% | - |
| HSV(B) | 42.35º | 0.2% | 0.99% | - |
| XYZ | 81.74 | 86.3 | 68.23 | - |
| YUV | 238.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 202 | 0 | 0.06 | 0.20 | 0.01 | 42.35 | 0.93 | 0.89 |
| Hex | FD | EE | CA | 0 | 6 | 14 | 1 | 2A | 5D | 59 |
| Octal | 375 | 356 | 312 | 0 | 6 | 24 | 1 | 52 | 135 | 131 |
| Binary | 11111101 | 11101110 | 11001010 | 0 | 110 | 10100 | 1 | 101010 | 1011101 | 1011001 |
Color Harmonies of #FDEECA
Complementary color
Monochromatic Colors of #FDEECA
Black with #FDEECA
Text Example
Text Example
White with #FDEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEECA; }
p { color: rgb(253,238,202); }
H1.HeaderClassName
{
color: #FDEECA;
}
.AnyTagClassName
{
color: #FDEECA;
}
</style>
background-color css
<style>
a { background-color: #FDEECA; }
a { background-color: rgb(253,238,202); }
div.DivClassName
{
background-color: #FDEECA;
}
.BgClassName
{
background-color: #FDEECA;
}
</style>
border-color css
<style>
span { border-color: #FDEECA; }
span { border-color: rgb(253,238,202); }
td.TdClassName
{
border-color: #FDEECA;
}
.TagClassName
{
border-color: #FDEECA;
}
</style>