Shades of Oasis #FDEAC1
Tints of Oasis #FDEAC1
RGB
CMYK
RGB Variations
Color information
#FDEAC1 (or 0xFDEAC1) is known color: Oasis. HEX triplet: FD, EA and C1. RGB value is (253,234,193). Sum of RGB (Red+Green+Blue) = 253+234+193=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC1 is #02153E. Grayscale: #EBEBEB. Windows color (decimal): -136511 or 12708605. OLE color: 12708605.
HSL color Cylindrical-coordinate representation of color #FDEAC1: hue angle of 41º 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 #FDEAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 193 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.01 |
| HSL | 41º | 0.94% | 0.87% | - |
| HSV(B) | 41º | 0.24% | 0.99% | - |
| XYZ | 79.56 | 83.58 | 62.39 | - |
| YUV | 235.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 193 | 0 | 0.08 | 0.24 | 0.01 | 41 | 0.94 | 0.87 |
| Hex | FD | EA | C1 | 0 | 8 | 18 | 1 | 29 | 5E | 57 |
| Octal | 375 | 352 | 301 | 0 | 10 | 30 | 1 | 51 | 136 | 127 |
| Binary | 11111101 | 11101010 | 11000001 | 0 | 1000 | 11000 | 1 | 101001 | 1011110 | 1010111 |
Color Harmonies of #FDEAC1
Complementary color
Monochromatic Colors of #FDEAC1
Black with #FDEAC1
Text Example
Text Example
White with #FDEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAC1; }
p { color: rgb(253,234,193); }
H1.HeaderClassName
{
color: #FDEAC1;
}
.AnyTagClassName
{
color: #FDEAC1;
}
</style>
background-color css
<style>
a { background-color: #FDEAC1; }
a { background-color: rgb(253,234,193); }
div.DivClassName
{
background-color: #FDEAC1;
}
.BgClassName
{
background-color: #FDEAC1;
}
</style>
border-color css
<style>
span { border-color: #FDEAC1; }
span { border-color: rgb(253,234,193); }
td.TdClassName
{
border-color: #FDEAC1;
}
.TagClassName
{
border-color: #FDEAC1;
}
</style>