Shades of Oasis #F6ECC7
Tints of Oasis #F6ECC7
RGB
CMYK
RGB Variations
Color information
#F6ECC7 (or 0xF6ECC7) is known color: Oasis. HEX triplet: F6, EC and C7. RGB value is (246,236,199). Sum of RGB (Red+Green+Blue) = 246+236+199=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 199 (78.12% from 255 or 29.22% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECC7 is #091338. Grayscale: #EAEAEA. Windows color (decimal): -594745 or 13102326. OLE color: 13102326.
HSL color Cylindrical-coordinate representation of color #F6ECC7: hue angle of 47.23º 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 #F6ECC7 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 199 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.04 |
| HSL | 47.23º | 0.72% | 0.87% | - |
| HSV(B) | 47.23º | 0.19% | 0.96% | - |
| XYZ | 78.31 | 83.71 | 66.06 | - |
| YUV | 234.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 199 | 0 | 0.04 | 0.19 | 0.04 | 47.23 | 0.72 | 0.87 |
| Hex | F6 | EC | C7 | 0 | 4 | 13 | 4 | 2F | 48 | 57 |
| Octal | 366 | 354 | 307 | 0 | 4 | 23 | 4 | 57 | 110 | 127 |
| Binary | 11110110 | 11101100 | 11000111 | 0 | 100 | 10011 | 100 | 101111 | 1001000 | 1010111 |
Color Harmonies of #F6ECC7
Complementary color
Monochromatic Colors of #F6ECC7
Black with #F6ECC7
Text Example
Text Example
White with #F6ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ECC7; }
p { color: rgb(246,236,199); }
H1.HeaderClassName
{
color: #F6ECC7;
}
.AnyTagClassName
{
color: #F6ECC7;
}
</style>
background-color css
<style>
a { background-color: #F6ECC7; }
a { background-color: rgb(246,236,199); }
div.DivClassName
{
background-color: #F6ECC7;
}
.BgClassName
{
background-color: #F6ECC7;
}
</style>
border-color css
<style>
span { border-color: #F6ECC7; }
span { border-color: rgb(246,236,199); }
td.TdClassName
{
border-color: #F6ECC7;
}
.TagClassName
{
border-color: #F6ECC7;
}
</style>