Shades of Oasis #F8ECC1
Tints of Oasis #F8ECC1
RGB
CMYK
RGB Variations
Color information
#F8ECC1 (or 0xF8ECC1) is known color: Oasis. HEX triplet: F8, EC and C1. RGB value is (248,236,193). Sum of RGB (Red+Green+Blue) = 248+236+193=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 193 (75.78% from 255 or 28.51% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECC1 is #07133E. Grayscale: #EAEAEA. Windows color (decimal): -463679 or 12709112. OLE color: 12709112.
HSL color Cylindrical-coordinate representation of color #F8ECC1: hue angle of 46.91º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8ECC1 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 193 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.03 |
| HSL | 46.91º | 0.8% | 0.86% | - |
| HSV(B) | 46.91º | 0.22% | 0.97% | - |
| XYZ | 78.33 | 83.8 | 62.5 | - |
| YUV | 234.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 193 | 0 | 0.05 | 0.22 | 0.03 | 46.91 | 0.8 | 0.86 |
| Hex | F8 | EC | C1 | 0 | 5 | 16 | 3 | 2F | 50 | 56 |
| Octal | 370 | 354 | 301 | 0 | 5 | 26 | 3 | 57 | 120 | 126 |
| Binary | 11111000 | 11101100 | 11000001 | 0 | 101 | 10110 | 11 | 101111 | 1010000 | 1010110 |
Color Harmonies of #F8ECC1
Complementary color
Monochromatic Colors of #F8ECC1
Black with #F8ECC1
Text Example
Text Example
White with #F8ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ECC1; }
p { color: rgb(248,236,193); }
H1.HeaderClassName
{
color: #F8ECC1;
}
.AnyTagClassName
{
color: #F8ECC1;
}
</style>
background-color css
<style>
a { background-color: #F8ECC1; }
a { background-color: rgb(248,236,193); }
div.DivClassName
{
background-color: #F8ECC1;
}
.BgClassName
{
background-color: #F8ECC1;
}
</style>
border-color css
<style>
span { border-color: #F8ECC1; }
span { border-color: rgb(248,236,193); }
td.TdClassName
{
border-color: #F8ECC1;
}
.TagClassName
{
border-color: #F8ECC1;
}
</style>