Shades of Oasis #FCEBC3
Tints of Oasis #FCEBC3
RGB
CMYK
RGB Variations
Color information
#FCEBC3 (or 0xFCEBC3) is known color: Oasis. HEX triplet: FC, EB and C3. RGB value is (252,235,195). Sum of RGB (Red+Green+Blue) = 252+235+195=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC3 is #03143C. Grayscale: #EBEBEB. Windows color (decimal): -201789 or 12839932. OLE color: 12839932.
HSL color Cylindrical-coordinate representation of color #FCEBC3: hue angle of 42.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCEBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 195 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 42.11º | 0.9% | 0.88% | - |
| HSV(B) | 42.11º | 0.23% | 0.99% | - |
| XYZ | 79.7 | 84.05 | 63.65 | - |
| YUV | 235.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 195 | 0 | 0.07 | 0.23 | 0.01 | 42.11 | 0.9 | 0.88 |
| Hex | FC | EB | C3 | 0 | 7 | 17 | 1 | 2A | 5A | 58 |
| Octal | 374 | 353 | 303 | 0 | 7 | 27 | 1 | 52 | 132 | 130 |
| Binary | 11111100 | 11101011 | 11000011 | 0 | 111 | 10111 | 1 | 101010 | 1011010 | 1011000 |
Color Harmonies of #FCEBC3
Complementary color
Monochromatic Colors of #FCEBC3
Black with #FCEBC3
Text Example
Text Example
White with #FCEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBC3; }
p { color: rgb(252,235,195); }
H1.HeaderClassName
{
color: #FCEBC3;
}
.AnyTagClassName
{
color: #FCEBC3;
}
</style>
background-color css
<style>
a { background-color: #FCEBC3; }
a { background-color: rgb(252,235,195); }
div.DivClassName
{
background-color: #FCEBC3;
}
.BgClassName
{
background-color: #FCEBC3;
}
</style>
border-color css
<style>
span { border-color: #FCEBC3; }
span { border-color: rgb(252,235,195); }
td.TdClassName
{
border-color: #FCEBC3;
}
.TagClassName
{
border-color: #FCEBC3;
}
</style>