Shades of Oasis #FFEDC3
Tints of Oasis #FFEDC3
RGB
CMYK
RGB Variations
Color information
#FFEDC3 (or 0xFFEDC3) is known color: Oasis. HEX triplet: FF, ED and C3. RGB value is (255,237,195). Sum of RGB (Red+Green+Blue) = 255+237+195=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 195 (76.56% from 255 or 28.38% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDC3 is #00123C. Grayscale: #EDEDED. Windows color (decimal): -4669 or 12840447. OLE color: 12840447.
HSL color Cylindrical-coordinate representation of color #FFEDC3: hue angle of 42º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFEDC3 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 195 | - |
| CMYK | 0 | 0.07 | 0.24 | 0 |
| HSL | 42º | 1% | 0.88% | - |
| HSV(B) | 42º | 0.24% | 1% | - |
| XYZ | 81.37 | 85.77 | 63.9 | - |
| YUV | 237.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 195 | 0 | 0.07 | 0.24 | 0 | 42 | 1 | 0.88 |
| Hex | FF | ED | C3 | 0 | 7 | 18 | 0 | 2A | 64 | 58 |
| Octal | 377 | 355 | 303 | 0 | 7 | 30 | 0 | 52 | 144 | 130 |
| Binary | 11111111 | 11101101 | 11000011 | 0 | 111 | 11000 | 0 | 101010 | 1100100 | 1011000 |
Color Harmonies of #FFEDC3
Complementary color
Monochromatic Colors of #FFEDC3
Black with #FFEDC3
Text Example
Text Example
White with #FFEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEDC3; }
p { color: rgb(255,237,195); }
H1.HeaderClassName
{
color: #FFEDC3;
}
.AnyTagClassName
{
color: #FFEDC3;
}
</style>
background-color css
<style>
a { background-color: #FFEDC3; }
a { background-color: rgb(255,237,195); }
div.DivClassName
{
background-color: #FFEDC3;
}
.BgClassName
{
background-color: #FFEDC3;
}
</style>
border-color css
<style>
span { border-color: #FFEDC3; }
span { border-color: rgb(255,237,195); }
td.TdClassName
{
border-color: #FFEDC3;
}
.TagClassName
{
border-color: #FFEDC3;
}
</style>