Shades of Oasis #FDEFC2
Tints of Oasis #FDEFC2
RGB
CMYK
RGB Variations
Color information
#FDEFC2 (or 0xFDEFC2) is known color: Oasis. HEX triplet: FD, EF and C2. RGB value is (253,239,194). Sum of RGB (Red+Green+Blue) = 253+239+194=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFC2 is #02103D. Grayscale: #EEEEEE. Windows color (decimal): -135230 or 12775421. OLE color: 12775421.
HSL color Cylindrical-coordinate representation of color #FDEFC2: hue angle of 45.76º 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 #FDEFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 194 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.01 |
| HSL | 45.76º | 0.94% | 0.88% | - |
| HSV(B) | 45.76º | 0.23% | 0.99% | - |
| XYZ | 81.11 | 86.51 | 63.46 | - |
| YUV | 238.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 194 | 0 | 0.06 | 0.23 | 0.01 | 45.76 | 0.94 | 0.88 |
| Hex | FD | EF | C2 | 0 | 6 | 17 | 1 | 2E | 5E | 58 |
| Octal | 375 | 357 | 302 | 0 | 6 | 27 | 1 | 56 | 136 | 130 |
| Binary | 11111101 | 11101111 | 11000010 | 0 | 110 | 10111 | 1 | 101110 | 1011110 | 1011000 |
Color Harmonies of #FDEFC2
Complementary color
Monochromatic Colors of #FDEFC2
Black with #FDEFC2
Text Example
Text Example
White with #FDEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFC2; }
p { color: rgb(253,239,194); }
H1.HeaderClassName
{
color: #FDEFC2;
}
.AnyTagClassName
{
color: #FDEFC2;
}
</style>
background-color css
<style>
a { background-color: #FDEFC2; }
a { background-color: rgb(253,239,194); }
div.DivClassName
{
background-color: #FDEFC2;
}
.BgClassName
{
background-color: #FDEFC2;
}
</style>
border-color css
<style>
span { border-color: #FDEFC2; }
span { border-color: rgb(253,239,194); }
td.TdClassName
{
border-color: #FDEFC2;
}
.TagClassName
{
border-color: #FDEFC2;
}
</style>