Shades of Oasis #FCEBC4
Tints of Oasis #FCEBC4
RGB
CMYK
RGB Variations
Color information
#FCEBC4 (or 0xFCEBC4) is known color: Oasis. HEX triplet: FC, EB and C4. RGB value is (252,235,196). Sum of RGB (Red+Green+Blue) = 252+235+196=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC4 is #03143B. Grayscale: #EBEBEB. Windows color (decimal): -201788 or 12905468. OLE color: 12905468.
HSL color Cylindrical-coordinate representation of color #FCEBC4: hue angle of 41.79º 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 #FCEBC4 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 196 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.01 |
| HSL | 41.79º | 0.9% | 0.88% | - |
| HSV(B) | 41.79º | 0.22% | 0.99% | - |
| XYZ | 79.82 | 84.1 | 64.25 | - |
| YUV | 235.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 196 | 0 | 0.07 | 0.22 | 0.01 | 41.79 | 0.9 | 0.88 |
| Hex | FC | EB | C4 | 0 | 7 | 16 | 1 | 2A | 5A | 58 |
| Octal | 374 | 353 | 304 | 0 | 7 | 26 | 1 | 52 | 132 | 130 |
| Binary | 11111100 | 11101011 | 11000100 | 0 | 111 | 10110 | 1 | 101010 | 1011010 | 1011000 |
Color Harmonies of #FCEBC4
Complementary color
Monochromatic Colors of #FCEBC4
Black with #FCEBC4
Text Example
Text Example
White with #FCEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBC4; }
p { color: rgb(252,235,196); }
H1.HeaderClassName
{
color: #FCEBC4;
}
.AnyTagClassName
{
color: #FCEBC4;
}
</style>
background-color css
<style>
a { background-color: #FCEBC4; }
a { background-color: rgb(252,235,196); }
div.DivClassName
{
background-color: #FCEBC4;
}
.BgClassName
{
background-color: #FCEBC4;
}
</style>
border-color css
<style>
span { border-color: #FCEBC4; }
span { border-color: rgb(252,235,196); }
td.TdClassName
{
border-color: #FCEBC4;
}
.TagClassName
{
border-color: #FCEBC4;
}
</style>