Shades of Oasis #FDEAC6
Tints of Oasis #FDEAC6
RGB
CMYK
RGB Variations
Color information
#FDEAC6 (or 0xFDEAC6) is known color: Oasis. HEX triplet: FD, EA and C6. RGB value is (253,234,198). Sum of RGB (Red+Green+Blue) = 253+234+198=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 198 (77.73% from 255 or 28.91% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC6 is #021539. Grayscale: #EBEBEB. Windows color (decimal): -136506 or 13036285. OLE color: 13036285.
HSL color Cylindrical-coordinate representation of color #FDEAC6: hue angle of 39.27º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDEAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 198 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.01 |
| HSL | 39.27º | 0.93% | 0.88% | - |
| HSV(B) | 39.27º | 0.22% | 0.99% | - |
| XYZ | 80.12 | 83.81 | 65.38 | - |
| YUV | 235.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 198 | 0 | 0.08 | 0.22 | 0.01 | 39.27 | 0.93 | 0.88 |
| Hex | FD | EA | C6 | 0 | 8 | 16 | 1 | 27 | 5D | 58 |
| Octal | 375 | 352 | 306 | 0 | 10 | 26 | 1 | 47 | 135 | 130 |
| Binary | 11111101 | 11101010 | 11000110 | 0 | 1000 | 10110 | 1 | 100111 | 1011101 | 1011000 |
Color Harmonies of #FDEAC6
Complementary color
Monochromatic Colors of #FDEAC6
Black with #FDEAC6
Text Example
Text Example
White with #FDEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAC6; }
p { color: rgb(253,234,198); }
H1.HeaderClassName
{
color: #FDEAC6;
}
.AnyTagClassName
{
color: #FDEAC6;
}
</style>
background-color css
<style>
a { background-color: #FDEAC6; }
a { background-color: rgb(253,234,198); }
div.DivClassName
{
background-color: #FDEAC6;
}
.BgClassName
{
background-color: #FDEAC6;
}
</style>
border-color css
<style>
span { border-color: #FDEAC6; }
span { border-color: rgb(253,234,198); }
td.TdClassName
{
border-color: #FDEAC6;
}
.TagClassName
{
border-color: #FDEAC6;
}
</style>