Shades of Oasis #FDEEC9
Tints of Oasis #FDEEC9
RGB
CMYK
RGB Variations
Color information
#FDEEC9 (or 0xFDEEC9) is known color: Oasis. HEX triplet: FD, EE and C9. RGB value is (253,238,201). Sum of RGB (Red+Green+Blue) = 253+238+201=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 201 (78.91% from 255 or 29.05% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC9 is #021136. Grayscale: #EEEEEE. Windows color (decimal): -135479 or 13233917. OLE color: 13233917.
HSL color Cylindrical-coordinate representation of color #FDEEC9: hue angle of 42.69º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDEEC9 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 201 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.01 |
| HSL | 42.69º | 0.93% | 0.89% | - |
| HSV(B) | 42.69º | 0.21% | 0.99% | - |
| XYZ | 81.63 | 86.25 | 67.6 | - |
| YUV | 238.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 201 | 0 | 0.06 | 0.21 | 0.01 | 42.69 | 0.93 | 0.89 |
| Hex | FD | EE | C9 | 0 | 6 | 15 | 1 | 2B | 5D | 59 |
| Octal | 375 | 356 | 311 | 0 | 6 | 25 | 1 | 53 | 135 | 131 |
| Binary | 11111101 | 11101110 | 11001001 | 0 | 110 | 10101 | 1 | 101011 | 1011101 | 1011001 |
Color Harmonies of #FDEEC9
Complementary color
Monochromatic Colors of #FDEEC9
Black with #FDEEC9
Text Example
Text Example
White with #FDEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEC9; }
p { color: rgb(253,238,201); }
H1.HeaderClassName
{
color: #FDEEC9;
}
.AnyTagClassName
{
color: #FDEEC9;
}
</style>
background-color css
<style>
a { background-color: #FDEEC9; }
a { background-color: rgb(253,238,201); }
div.DivClassName
{
background-color: #FDEEC9;
}
.BgClassName
{
background-color: #FDEEC9;
}
</style>
border-color css
<style>
span { border-color: #FDEEC9; }
span { border-color: rgb(253,238,201); }
td.TdClassName
{
border-color: #FDEEC9;
}
.TagClassName
{
border-color: #FDEEC9;
}
</style>