Shades of Oasis #FFEDC8
Tints of Oasis #FFEDC8
RGB
CMYK
RGB Variations
Color information
#FFEDC8 (or 0xFFEDC8) is known color: Oasis. HEX triplet: FF, ED and C8. RGB value is (255,237,200). Sum of RGB (Red+Green+Blue) = 255+237+200=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 200 (78.52% from 255 or 28.90% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC8 is #001237. Grayscale: #EEEEEE. Windows color (decimal): -4664 or 13168127. OLE color: 13168127.
HSL color Cylindrical-coordinate representation of color #FFEDC8: hue angle of 40.36º 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 #FFEDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 200 | - |
| CMYK | 0 | 0.07 | 0.22 | 0 |
| HSL | 40.36º | 1% | 0.89% | - |
| HSV(B) | 40.36º | 0.22% | 1% | - |
| XYZ | 81.95 | 86 | 66.92 | - |
| YUV | 238.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 200 | 0 | 0.07 | 0.22 | 0 | 40.36 | 1 | 0.89 |
| Hex | FF | ED | C8 | 0 | 7 | 16 | 0 | 28 | 64 | 59 |
| Octal | 377 | 355 | 310 | 0 | 7 | 26 | 0 | 50 | 144 | 131 |
| Binary | 11111111 | 11101101 | 11001000 | 0 | 111 | 10110 | 0 | 101000 | 1100100 | 1011001 |
Color Harmonies of #FFEDC8
Complementary color
Monochromatic Colors of #FFEDC8
Black with #FFEDC8
Text Example
Text Example
White with #FFEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDC8; }
p { color: rgb(255,237,200); }
H1.HeaderClassName
{
color: #FFEDC8;
}
.AnyTagClassName
{
color: #FFEDC8;
}
</style>
background-color css
<style>
a { background-color: #FFEDC8; }
a { background-color: rgb(255,237,200); }
div.DivClassName
{
background-color: #FFEDC8;
}
.BgClassName
{
background-color: #FFEDC8;
}
</style>
border-color css
<style>
span { border-color: #FFEDC8; }
span { border-color: rgb(255,237,200); }
td.TdClassName
{
border-color: #FFEDC8;
}
.TagClassName
{
border-color: #FFEDC8;
}
</style>