Shades of Oasis #FCECC8
Tints of Oasis #FCECC8
RGB
CMYK
RGB Variations
Color information
#FCECC8 (or 0xFCECC8) is known color: Oasis. HEX triplet: FC, EC and C8. RGB value is (252,236,200). Sum of RGB (Red+Green+Blue) = 252+236+200=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECC8 is #031337. Grayscale: #ECECEC. Windows color (decimal): -201528 or 13167868. OLE color: 13167868.
HSL color Cylindrical-coordinate representation of color #FCECC8: hue angle of 41.54º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCECC8 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 200 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.01 |
| HSL | 41.54º | 0.9% | 0.89% | - |
| HSV(B) | 41.54º | 0.21% | 0.99% | - |
| XYZ | 80.57 | 84.86 | 66.78 | - |
| YUV | 236.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 200 | 0 | 0.06 | 0.21 | 0.01 | 41.54 | 0.9 | 0.89 |
| Hex | FC | EC | C8 | 0 | 6 | 15 | 1 | 2A | 5A | 59 |
| Octal | 374 | 354 | 310 | 0 | 6 | 25 | 1 | 52 | 132 | 131 |
| Binary | 11111100 | 11101100 | 11001000 | 0 | 110 | 10101 | 1 | 101010 | 1011010 | 1011001 |
Color Harmonies of #FCECC8
Complementary color
Monochromatic Colors of #FCECC8
Black with #FCECC8
Text Example
Text Example
White with #FCECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECC8; }
p { color: rgb(252,236,200); }
H1.HeaderClassName
{
color: #FCECC8;
}
.AnyTagClassName
{
color: #FCECC8;
}
</style>
background-color css
<style>
a { background-color: #FCECC8; }
a { background-color: rgb(252,236,200); }
div.DivClassName
{
background-color: #FCECC8;
}
.BgClassName
{
background-color: #FCECC8;
}
</style>
border-color css
<style>
span { border-color: #FCECC8; }
span { border-color: rgb(252,236,200); }
td.TdClassName
{
border-color: #FCECC8;
}
.TagClassName
{
border-color: #FCECC8;
}
</style>