Shades of Oasis #FDEEC1
Tints of Oasis #FDEEC1
RGB
CMYK
RGB Variations
Color information
#FDEEC1 (or 0xFDEEC1) is known color: Oasis. HEX triplet: FD, EE and C1. RGB value is (253,238,193). Sum of RGB (Red+Green+Blue) = 253+238+193=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC1 is #02113E. Grayscale: #EDEDED. Windows color (decimal): -135487 or 12709629. OLE color: 12709629.
HSL color Cylindrical-coordinate representation of color #FDEEC1: hue angle of 45º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDEEC1 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 193 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.01 |
| HSL | 45º | 0.94% | 0.87% | - |
| HSV(B) | 45º | 0.24% | 0.99% | - |
| XYZ | 80.71 | 85.88 | 62.78 | - |
| YUV | 237.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 193 | 0 | 0.06 | 0.24 | 0.01 | 45 | 0.94 | 0.87 |
| Hex | FD | EE | C1 | 0 | 6 | 18 | 1 | 2D | 5E | 57 |
| Octal | 375 | 356 | 301 | 0 | 6 | 30 | 1 | 55 | 136 | 127 |
| Binary | 11111101 | 11101110 | 11000001 | 0 | 110 | 11000 | 1 | 101101 | 1011110 | 1010111 |
Color Harmonies of #FDEEC1
Complementary color
Monochromatic Colors of #FDEEC1
Black with #FDEEC1
Text Example
Text Example
White with #FDEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEC1; }
p { color: rgb(253,238,193); }
H1.HeaderClassName
{
color: #FDEEC1;
}
.AnyTagClassName
{
color: #FDEEC1;
}
</style>
background-color css
<style>
a { background-color: #FDEEC1; }
a { background-color: rgb(253,238,193); }
div.DivClassName
{
background-color: #FDEEC1;
}
.BgClassName
{
background-color: #FDEEC1;
}
</style>
border-color css
<style>
span { border-color: #FDEEC1; }
span { border-color: rgb(253,238,193); }
td.TdClassName
{
border-color: #FDEEC1;
}
.TagClassName
{
border-color: #FDEEC1;
}
</style>