Shades of Oasis #F6EBC3
Tints of Oasis #F6EBC3
RGB
CMYK
RGB Variations
Color information
#F6EBC3 (or 0xF6EBC3) is known color: Oasis. HEX triplet: F6, EB and C3. RGB value is (246,235,195). Sum of RGB (Red+Green+Blue) = 246+235+195=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 195 (76.56% from 255 or 28.85% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBC3 is #09143C. Grayscale: #E9E9E9. Windows color (decimal): -595005 or 12839926. OLE color: 12839926.
HSL color Cylindrical-coordinate representation of color #F6EBC3: hue angle of 47.06º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6EBC3 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 235 | 195 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.04 |
| HSL | 47.06º | 0.74% | 0.86% | - |
| HSV(B) | 47.06º | 0.21% | 0.96% | - |
| XYZ | 77.56 | 82.95 | 63.55 | - |
| YUV | 233.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 235 | 195 | 0 | 0.04 | 0.21 | 0.04 | 47.06 | 0.74 | 0.86 |
| Hex | F6 | EB | C3 | 0 | 4 | 15 | 4 | 2F | 4A | 56 |
| Octal | 366 | 353 | 303 | 0 | 4 | 25 | 4 | 57 | 112 | 126 |
| Binary | 11110110 | 11101011 | 11000011 | 0 | 100 | 10101 | 100 | 101111 | 1001010 | 1010110 |
Color Harmonies of #F6EBC3
Complementary color
Monochromatic Colors of #F6EBC3
Black with #F6EBC3
Text Example
Text Example
White with #F6EBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EBC3; }
p { color: rgb(246,235,195); }
H1.HeaderClassName
{
color: #F6EBC3;
}
.AnyTagClassName
{
color: #F6EBC3;
}
</style>
background-color css
<style>
a { background-color: #F6EBC3; }
a { background-color: rgb(246,235,195); }
div.DivClassName
{
background-color: #F6EBC3;
}
.BgClassName
{
background-color: #F6EBC3;
}
</style>
border-color css
<style>
span { border-color: #F6EBC3; }
span { border-color: rgb(246,235,195); }
td.TdClassName
{
border-color: #F6EBC3;
}
.TagClassName
{
border-color: #F6EBC3;
}
</style>