Shades of Oasis #FCEBC7
Tints of Oasis #FCEBC7
RGB
CMYK
RGB Variations
Color information
#FCEBC7 (or 0xFCEBC7) is known color: Oasis. HEX triplet: FC, EB and C7. RGB value is (252,235,199). Sum of RGB (Red+Green+Blue) = 252+235+199=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC7 is #031438. Grayscale: #ECECEC. Windows color (decimal): -201785 or 13102076. OLE color: 13102076.
HSL color Cylindrical-coordinate representation of color #FCEBC7: hue angle of 40.75º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEBC7 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 199 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 40.75º | 0.9% | 0.88% | - |
| HSV(B) | 40.75º | 0.21% | 0.99% | - |
| XYZ | 80.16 | 84.24 | 66.07 | - |
| YUV | 235.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 199 | 0 | 0.07 | 0.21 | 0.01 | 40.75 | 0.9 | 0.88 |
| Hex | FC | EB | C7 | 0 | 7 | 15 | 1 | 29 | 5A | 58 |
| Octal | 374 | 353 | 307 | 0 | 7 | 25 | 1 | 51 | 132 | 130 |
| Binary | 11111100 | 11101011 | 11000111 | 0 | 111 | 10101 | 1 | 101001 | 1011010 | 1011000 |
Color Harmonies of #FCEBC7
Complementary color
Monochromatic Colors of #FCEBC7
Black with #FCEBC7
Text Example
Text Example
White with #FCEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBC7; }
p { color: rgb(252,235,199); }
H1.HeaderClassName
{
color: #FCEBC7;
}
.AnyTagClassName
{
color: #FCEBC7;
}
</style>
background-color css
<style>
a { background-color: #FCEBC7; }
a { background-color: rgb(252,235,199); }
div.DivClassName
{
background-color: #FCEBC7;
}
.BgClassName
{
background-color: #FCEBC7;
}
</style>
border-color css
<style>
span { border-color: #FCEBC7; }
span { border-color: rgb(252,235,199); }
td.TdClassName
{
border-color: #FCEBC7;
}
.TagClassName
{
border-color: #FCEBC7;
}
</style>