Shades of Oasis #FCEBC5
Tints of Oasis #FCEBC5
RGB
CMYK
RGB Variations
Color information
#FCEBC5 (or 0xFCEBC5) is known color: Oasis. HEX triplet: FC, EB and C5. RGB value is (252,235,197). Sum of RGB (Red+Green+Blue) = 252+235+197=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC5 is #03143A. Grayscale: #EBEBEB. Windows color (decimal): -201787 or 12971004. OLE color: 12971004.
HSL color Cylindrical-coordinate representation of color #FCEBC5: hue angle of 41.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCEBC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 197 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.01 |
| HSL | 41.45º | 0.9% | 0.88% | - |
| HSV(B) | 41.45º | 0.22% | 0.99% | - |
| XYZ | 79.93 | 84.14 | 64.85 | - |
| YUV | 235.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 197 | 0 | 0.07 | 0.22 | 0.01 | 41.45 | 0.9 | 0.88 |
| Hex | FC | EB | C5 | 0 | 7 | 16 | 1 | 29 | 5A | 58 |
| Octal | 374 | 353 | 305 | 0 | 7 | 26 | 1 | 51 | 132 | 130 |
| Binary | 11111100 | 11101011 | 11000101 | 0 | 111 | 10110 | 1 | 101001 | 1011010 | 1011000 |
Color Harmonies of #FCEBC5
Complementary color
Monochromatic Colors of #FCEBC5
Black with #FCEBC5
Text Example
Text Example
White with #FCEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBC5; }
p { color: rgb(252,235,197); }
H1.HeaderClassName
{
color: #FCEBC5;
}
.AnyTagClassName
{
color: #FCEBC5;
}
</style>
background-color css
<style>
a { background-color: #FCEBC5; }
a { background-color: rgb(252,235,197); }
div.DivClassName
{
background-color: #FCEBC5;
}
.BgClassName
{
background-color: #FCEBC5;
}
</style>
border-color css
<style>
span { border-color: #FCEBC5; }
span { border-color: rgb(252,235,197); }
td.TdClassName
{
border-color: #FCEBC5;
}
.TagClassName
{
border-color: #FCEBC5;
}
</style>