Shades of Oasis #FCEFC0
Tints of Oasis #FCEFC0
RGB
CMYK
RGB Variations
Color information
#FCEFC0 (or 0xFCEFC0) is known color: Oasis. HEX triplet: FC, EF and C0. RGB value is (252,239,192). Sum of RGB (Red+Green+Blue) = 252+239+192=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC0 is #03103F. Grayscale: #EDEDED. Windows color (decimal): -200768 or 12644348. OLE color: 12644348.
HSL color Cylindrical-coordinate representation of color #FCEFC0: hue angle of 47º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCEFC0 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 192 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.01 |
| HSL | 47º | 0.91% | 0.87% | - |
| HSV(B) | 47º | 0.24% | 0.99% | - |
| XYZ | 80.53 | 86.23 | 62.27 | - |
| YUV | 237.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 192 | 0 | 0.05 | 0.24 | 0.01 | 47 | 0.91 | 0.87 |
| Hex | FC | EF | C0 | 0 | 5 | 18 | 1 | 2F | 5B | 57 |
| Octal | 374 | 357 | 300 | 0 | 5 | 30 | 1 | 57 | 133 | 127 |
| Binary | 11111100 | 11101111 | 11000000 | 0 | 101 | 11000 | 1 | 101111 | 1011011 | 1010111 |
Color Harmonies of #FCEFC0
Complementary color
Monochromatic Colors of #FCEFC0
Black with #FCEFC0
Text Example
Text Example
White with #FCEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC0; }
p { color: rgb(252,239,192); }
H1.HeaderClassName
{
color: #FCEFC0;
}
.AnyTagClassName
{
color: #FCEFC0;
}
</style>
background-color css
<style>
a { background-color: #FCEFC0; }
a { background-color: rgb(252,239,192); }
div.DivClassName
{
background-color: #FCEFC0;
}
.BgClassName
{
background-color: #FCEFC0;
}
</style>
border-color css
<style>
span { border-color: #FCEFC0; }
span { border-color: rgb(252,239,192); }
td.TdClassName
{
border-color: #FCEFC0;
}
.TagClassName
{
border-color: #FCEFC0;
}
</style>