Shades of Oasis #F6EDC8
Tints of Oasis #F6EDC8
RGB
CMYK
RGB Variations
Color information
#F6EDC8 (or 0xF6EDC8) is known color: Oasis. HEX triplet: F6, ED and C8. RGB value is (246,237,200). Sum of RGB (Red+Green+Blue) = 246+237+200=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 200 (78.52% from 255 or 29.28% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDC8 is #091237. Grayscale: #EBEBEB. Windows color (decimal): -594488 or 13168118. OLE color: 13168118.
HSL color Cylindrical-coordinate representation of color #F6EDC8: hue angle of 48.26º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6EDC8 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 200 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.04 |
| HSL | 48.26º | 0.72% | 0.87% | - |
| HSV(B) | 48.26º | 0.19% | 0.96% | - |
| XYZ | 78.72 | 84.33 | 66.77 | - |
| YUV | 235.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 200 | 0 | 0.04 | 0.19 | 0.04 | 48.26 | 0.72 | 0.87 |
| Hex | F6 | ED | C8 | 0 | 4 | 13 | 4 | 30 | 48 | 57 |
| Octal | 366 | 355 | 310 | 0 | 4 | 23 | 4 | 60 | 110 | 127 |
| Binary | 11110110 | 11101101 | 11001000 | 0 | 100 | 10011 | 100 | 110000 | 1001000 | 1010111 |
Color Harmonies of #F6EDC8
Complementary color
Monochromatic Colors of #F6EDC8
Black with #F6EDC8
Text Example
Text Example
White with #F6EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EDC8; }
p { color: rgb(246,237,200); }
H1.HeaderClassName
{
color: #F6EDC8;
}
.AnyTagClassName
{
color: #F6EDC8;
}
</style>
background-color css
<style>
a { background-color: #F6EDC8; }
a { background-color: rgb(246,237,200); }
div.DivClassName
{
background-color: #F6EDC8;
}
.BgClassName
{
background-color: #F6EDC8;
}
</style>
border-color css
<style>
span { border-color: #F6EDC8; }
span { border-color: rgb(246,237,200); }
td.TdClassName
{
border-color: #F6EDC8;
}
.TagClassName
{
border-color: #F6EDC8;
}
</style>