Shades of Oasis #FCEFCB
Tints of Oasis #FCEFCB
RGB
CMYK
RGB Variations
Color information
#FCEFCB (or 0xFCEFCB) is known color: Oasis. HEX triplet: FC, EF and CB. RGB value is (252,239,203). Sum of RGB (Red+Green+Blue) = 252+239+203=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFCB is #031034. Grayscale: #EEEEEE. Windows color (decimal): -200757 or 13365244. OLE color: 13365244.
HSL color Cylindrical-coordinate representation of color #FCEFCB: hue angle of 44.08º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEFCB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 203 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.01 |
| HSL | 44.08º | 0.89% | 0.89% | - |
| HSV(B) | 44.08º | 0.19% | 0.99% | - |
| XYZ | 81.79 | 86.74 | 68.93 | - |
| YUV | 238.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 203 | 0 | 0.05 | 0.19 | 0.01 | 44.08 | 0.89 | 0.89 |
| Hex | FC | EF | CB | 0 | 5 | 13 | 1 | 2C | 59 | 59 |
| Octal | 374 | 357 | 313 | 0 | 5 | 23 | 1 | 54 | 131 | 131 |
| Binary | 11111100 | 11101111 | 11001011 | 0 | 101 | 10011 | 1 | 101100 | 1011001 | 1011001 |
Color Harmonies of #FCEFCB
Complementary color
Monochromatic Colors of #FCEFCB
Black with #FCEFCB
Text Example
Text Example
White with #FCEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFCB; }
p { color: rgb(252,239,203); }
H1.HeaderClassName
{
color: #FCEFCB;
}
.AnyTagClassName
{
color: #FCEFCB;
}
</style>
background-color css
<style>
a { background-color: #FCEFCB; }
a { background-color: rgb(252,239,203); }
div.DivClassName
{
background-color: #FCEFCB;
}
.BgClassName
{
background-color: #FCEFCB;
}
</style>
border-color css
<style>
span { border-color: #FCEFCB; }
span { border-color: rgb(252,239,203); }
td.TdClassName
{
border-color: #FCEFCB;
}
.TagClassName
{
border-color: #FCEFCB;
}
</style>