Shades of Oasis #FDEEC2
Tints of Oasis #FDEEC2
RGB
CMYK
RGB Variations
Color information
#FDEEC2 (or 0xFDEEC2) is known color: Oasis. HEX triplet: FD, EE and C2. RGB value is (253,238,194). Sum of RGB (Red+Green+Blue) = 253+238+194=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEC2 is #02113D. Grayscale: #EDEDED. Windows color (decimal): -135486 or 12775165. OLE color: 12775165.
HSL color Cylindrical-coordinate representation of color #FDEEC2: hue angle of 44.75º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDEEC2 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 194 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.01 |
| HSL | 44.75º | 0.94% | 0.88% | - |
| HSV(B) | 44.75º | 0.23% | 0.99% | - |
| XYZ | 80.82 | 85.93 | 63.36 | - |
| YUV | 237.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 194 | 0 | 0.06 | 0.23 | 0.01 | 44.75 | 0.94 | 0.88 |
| Hex | FD | EE | C2 | 0 | 6 | 17 | 1 | 2D | 5E | 58 |
| Octal | 375 | 356 | 302 | 0 | 6 | 27 | 1 | 55 | 136 | 130 |
| Binary | 11111101 | 11101110 | 11000010 | 0 | 110 | 10111 | 1 | 101101 | 1011110 | 1011000 |
Color Harmonies of #FDEEC2
Complementary color
Monochromatic Colors of #FDEEC2
Black with #FDEEC2
Text Example
Text Example
White with #FDEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEC2; }
p { color: rgb(253,238,194); }
H1.HeaderClassName
{
color: #FDEEC2;
}
.AnyTagClassName
{
color: #FDEEC2;
}
</style>
background-color css
<style>
a { background-color: #FDEEC2; }
a { background-color: rgb(253,238,194); }
div.DivClassName
{
background-color: #FDEEC2;
}
.BgClassName
{
background-color: #FDEEC2;
}
</style>
border-color css
<style>
span { border-color: #FDEEC2; }
span { border-color: rgb(253,238,194); }
td.TdClassName
{
border-color: #FDEEC2;
}
.TagClassName
{
border-color: #FDEEC2;
}
</style>