Shades of Oasis #F7ECC5
Tints of Oasis #F7ECC5
RGB
CMYK
RGB Variations
Color information
#F7ECC5 (or 0xF7ECC5) is known color: Oasis. HEX triplet: F7, EC and C5. RGB value is (247,236,197). Sum of RGB (Red+Green+Blue) = 247+236+197=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 197 (77.34% from 255 or 28.97% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECC5 is #08133A. Grayscale: #EBEBEB. Windows color (decimal): -529211 or 12971255. OLE color: 12971255.
HSL color Cylindrical-coordinate representation of color #F7ECC5: hue angle of 46.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7ECC5 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 197 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.03 |
| HSL | 46.8º | 0.76% | 0.87% | - |
| HSV(B) | 46.8º | 0.2% | 0.97% | - |
| XYZ | 78.43 | 83.8 | 64.86 | - |
| YUV | 234.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 197 | 0 | 0.04 | 0.20 | 0.03 | 46.8 | 0.76 | 0.87 |
| Hex | F7 | EC | C5 | 0 | 4 | 14 | 3 | 2F | 4C | 57 |
| Octal | 367 | 354 | 305 | 0 | 4 | 24 | 3 | 57 | 114 | 127 |
| Binary | 11110111 | 11101100 | 11000101 | 0 | 100 | 10100 | 11 | 101111 | 1001100 | 1010111 |
Color Harmonies of #F7ECC5
Complementary color
Monochromatic Colors of #F7ECC5
Black with #F7ECC5
Text Example
Text Example
White with #F7ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ECC5; }
p { color: rgb(247,236,197); }
H1.HeaderClassName
{
color: #F7ECC5;
}
.AnyTagClassName
{
color: #F7ECC5;
}
</style>
background-color css
<style>
a { background-color: #F7ECC5; }
a { background-color: rgb(247,236,197); }
div.DivClassName
{
background-color: #F7ECC5;
}
.BgClassName
{
background-color: #F7ECC5;
}
</style>
border-color css
<style>
span { border-color: #F7ECC5; }
span { border-color: rgb(247,236,197); }
td.TdClassName
{
border-color: #F7ECC5;
}
.TagClassName
{
border-color: #F7ECC5;
}
</style>