Shades of Oasis #F7EEC9
Tints of Oasis #F7EEC9
RGB
CMYK
RGB Variations
Color information
#F7EEC9 (or 0xF7EEC9) is known color: Oasis. HEX triplet: F7, EE and C9. RGB value is (247,238,201). Sum of RGB (Red+Green+Blue) = 247+238+201=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 201 (78.91% from 255 or 29.30% from 686); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EEC9 is #081136. Grayscale: #ECECEC. Windows color (decimal): -528695 or 13233911. OLE color: 13233911.
HSL color Cylindrical-coordinate representation of color #F7EEC9: hue angle of 48.26º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7EEC9 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 238 | 201 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.03 |
| HSL | 48.26º | 0.74% | 0.88% | - |
| HSV(B) | 48.26º | 0.19% | 0.97% | - |
| XYZ | 79.47 | 85.14 | 67.5 | - |
| YUV | 236.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 238 | 201 | 0 | 0.04 | 0.19 | 0.03 | 48.26 | 0.74 | 0.88 |
| Hex | F7 | EE | C9 | 0 | 4 | 13 | 3 | 30 | 4A | 58 |
| Octal | 367 | 356 | 311 | 0 | 4 | 23 | 3 | 60 | 112 | 130 |
| Binary | 11110111 | 11101110 | 11001001 | 0 | 100 | 10011 | 11 | 110000 | 1001010 | 1011000 |
Color Harmonies of #F7EEC9
Complementary color
Monochromatic Colors of #F7EEC9
Black with #F7EEC9
Text Example
Text Example
White with #F7EEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EEC9; }
p { color: rgb(247,238,201); }
H1.HeaderClassName
{
color: #F7EEC9;
}
.AnyTagClassName
{
color: #F7EEC9;
}
</style>
background-color css
<style>
a { background-color: #F7EEC9; }
a { background-color: rgb(247,238,201); }
div.DivClassName
{
background-color: #F7EEC9;
}
.BgClassName
{
background-color: #F7EEC9;
}
</style>
border-color css
<style>
span { border-color: #F7EEC9; }
span { border-color: rgb(247,238,201); }
td.TdClassName
{
border-color: #F7EEC9;
}
.TagClassName
{
border-color: #F7EEC9;
}
</style>