Shades of Oasis #FCEFC4
Tints of Oasis #FCEFC4
RGB
CMYK
RGB Variations
Color information
#FCEFC4 (or 0xFCEFC4) is known color: Oasis. HEX triplet: FC, EF and C4. RGB value is (252,239,196). Sum of RGB (Red+Green+Blue) = 252+239+196=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC4 is #03103B. Grayscale: #EEEEEE. Windows color (decimal): -200764 or 12906492. OLE color: 12906492.
HSL color Cylindrical-coordinate representation of color #FCEFC4: hue angle of 46.07º 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 #FCEFC4 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 196 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.01 |
| HSL | 46.07º | 0.9% | 0.88% | - |
| HSV(B) | 46.07º | 0.22% | 0.99% | - |
| XYZ | 80.98 | 86.41 | 64.64 | - |
| YUV | 237.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 196 | 0 | 0.05 | 0.22 | 0.01 | 46.07 | 0.9 | 0.88 |
| Hex | FC | EF | C4 | 0 | 5 | 16 | 1 | 2E | 5A | 58 |
| Octal | 374 | 357 | 304 | 0 | 5 | 26 | 1 | 56 | 132 | 130 |
| Binary | 11111100 | 11101111 | 11000100 | 0 | 101 | 10110 | 1 | 101110 | 1011010 | 1011000 |
Color Harmonies of #FCEFC4
Complementary color
Monochromatic Colors of #FCEFC4
Black with #FCEFC4
Text Example
Text Example
White with #FCEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC4; }
p { color: rgb(252,239,196); }
H1.HeaderClassName
{
color: #FCEFC4;
}
.AnyTagClassName
{
color: #FCEFC4;
}
</style>
background-color css
<style>
a { background-color: #FCEFC4; }
a { background-color: rgb(252,239,196); }
div.DivClassName
{
background-color: #FCEFC4;
}
.BgClassName
{
background-color: #FCEFC4;
}
</style>
border-color css
<style>
span { border-color: #FCEFC4; }
span { border-color: rgb(252,239,196); }
td.TdClassName
{
border-color: #FCEFC4;
}
.TagClassName
{
border-color: #FCEFC4;
}
</style>