Shades of Oasis #F8ECC6
Tints of Oasis #F8ECC6
RGB
CMYK
RGB Variations
Color information
#F8ECC6 (or 0xF8ECC6) is known color: Oasis. HEX triplet: F8, EC and C6. RGB value is (248,236,198). Sum of RGB (Red+Green+Blue) = 248+236+198=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 198 (77.73% from 255 or 29.03% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECC6 is #071339. Grayscale: #EBEBEB. Windows color (decimal): -463674 or 13036792. OLE color: 13036792.
HSL color Cylindrical-coordinate representation of color #F8ECC6: hue angle of 45.6º degrees, saturation: 0.78, 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 #F8ECC6 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 198 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.03 |
| HSL | 45.6º | 0.78% | 0.87% | - |
| HSV(B) | 45.6º | 0.2% | 0.97% | - |
| XYZ | 78.9 | 84.02 | 65.49 | - |
| YUV | 235.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 198 | 0 | 0.05 | 0.20 | 0.03 | 45.6 | 0.78 | 0.87 |
| Hex | F8 | EC | C6 | 0 | 5 | 14 | 3 | 2E | 4E | 57 |
| Octal | 370 | 354 | 306 | 0 | 5 | 24 | 3 | 56 | 116 | 127 |
| Binary | 11111000 | 11101100 | 11000110 | 0 | 101 | 10100 | 11 | 101110 | 1001110 | 1010111 |
Color Harmonies of #F8ECC6
Complementary color
Monochromatic Colors of #F8ECC6
Black with #F8ECC6
Text Example
Text Example
White with #F8ECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECC6; }
p { color: rgb(248,236,198); }
H1.HeaderClassName
{
color: #F8ECC6;
}
.AnyTagClassName
{
color: #F8ECC6;
}
</style>
background-color css
<style>
a { background-color: #F8ECC6; }
a { background-color: rgb(248,236,198); }
div.DivClassName
{
background-color: #F8ECC6;
}
.BgClassName
{
background-color: #F8ECC6;
}
</style>
border-color css
<style>
span { border-color: #F8ECC6; }
span { border-color: rgb(248,236,198); }
td.TdClassName
{
border-color: #F8ECC6;
}
.TagClassName
{
border-color: #F8ECC6;
}
</style>