Shades of Oasis #FFEDC6
Tints of Oasis #FFEDC6
RGB
CMYK
RGB Variations
Color information
#FFEDC6 (or 0xFFEDC6) is known color: Oasis. HEX triplet: FF, ED and C6. RGB value is (255,237,198). Sum of RGB (Red+Green+Blue) = 255+237+198=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 198 (77.73% from 255 or 28.70% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC6 is #001239. Grayscale: #EEEEEE. Windows color (decimal): -4666 or 13037055. OLE color: 13037055.
HSL color Cylindrical-coordinate representation of color #FFEDC6: hue angle of 41.05º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFEDC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 198 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 41.05º | 1% | 0.89% | - |
| HSV(B) | 41.05º | 0.22% | 1% | - |
| XYZ | 81.72 | 85.91 | 65.7 | - |
| YUV | 237.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 198 | 0 | 0.07 | 0.22 | 0 | 41.05 | 1 | 0.89 |
| Hex | FF | ED | C6 | 0 | 7 | 16 | 0 | 29 | 64 | 59 |
| Octal | 377 | 355 | 306 | 0 | 7 | 26 | 0 | 51 | 144 | 131 |
| Binary | 11111111 | 11101101 | 11000110 | 0 | 111 | 10110 | 0 | 101001 | 1100100 | 1011001 |
Color Harmonies of #FFEDC6
Complementary color
Monochromatic Colors of #FFEDC6
Black with #FFEDC6
Text Example
Text Example
White with #FFEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDC6; }
p { color: rgb(255,237,198); }
H1.HeaderClassName
{
color: #FFEDC6;
}
.AnyTagClassName
{
color: #FFEDC6;
}
</style>
background-color css
<style>
a { background-color: #FFEDC6; }
a { background-color: rgb(255,237,198); }
div.DivClassName
{
background-color: #FFEDC6;
}
.BgClassName
{
background-color: #FFEDC6;
}
</style>
border-color css
<style>
span { border-color: #FFEDC6; }
span { border-color: rgb(255,237,198); }
td.TdClassName
{
border-color: #FFEDC6;
}
.TagClassName
{
border-color: #FFEDC6;
}
</style>