Shades of Oasis #F6EBC6
Tints of Oasis #F6EBC6
RGB
CMYK
RGB Variations
Color information
#F6EBC6 (or 0xF6EBC6) is known color: Oasis. HEX triplet: F6, EB and C6. RGB value is (246,235,198). Sum of RGB (Red+Green+Blue) = 246+235+198=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBC6 is #091439. Grayscale: #EAEAEA. Windows color (decimal): -595002 or 13036534. OLE color: 13036534.
HSL color Cylindrical-coordinate representation of color #F6EBC6: hue angle of 46.25º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6EBC6 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 235 | 198 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.04 |
| HSL | 46.25º | 0.73% | 0.87% | - |
| HSV(B) | 46.25º | 0.2% | 0.96% | - |
| XYZ | 77.91 | 83.09 | 65.36 | - |
| YUV | 234.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 235 | 198 | 0 | 0.04 | 0.20 | 0.04 | 46.25 | 0.73 | 0.87 |
| Hex | F6 | EB | C6 | 0 | 4 | 14 | 4 | 2E | 49 | 57 |
| Octal | 366 | 353 | 306 | 0 | 4 | 24 | 4 | 56 | 111 | 127 |
| Binary | 11110110 | 11101011 | 11000110 | 0 | 100 | 10100 | 100 | 101110 | 1001001 | 1010111 |
Color Harmonies of #F6EBC6
Complementary color
Monochromatic Colors of #F6EBC6
Black with #F6EBC6
Text Example
Text Example
White with #F6EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EBC6; }
p { color: rgb(246,235,198); }
H1.HeaderClassName
{
color: #F6EBC6;
}
.AnyTagClassName
{
color: #F6EBC6;
}
</style>
background-color css
<style>
a { background-color: #F6EBC6; }
a { background-color: rgb(246,235,198); }
div.DivClassName
{
background-color: #F6EBC6;
}
.BgClassName
{
background-color: #F6EBC6;
}
</style>
border-color css
<style>
span { border-color: #F6EBC6; }
span { border-color: rgb(246,235,198); }
td.TdClassName
{
border-color: #F6EBC6;
}
.TagClassName
{
border-color: #F6EBC6;
}
</style>