Shades of Oasis #FCEEBC
Tints of Oasis #FCEEBC
RGB
CMYK
RGB Variations
Color information
#FCEEBC (or 0xFCEEBC) is known color: Oasis. HEX triplet: FC, EE and BC. RGB value is (252,238,188). Sum of RGB (Red+Green+Blue) = 252+238+188=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 188 (73.83% from 255 or 27.73% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBC is #031143. Grayscale: #ECECEC. Windows color (decimal): -201028 or 12381948. OLE color: 12381948.
HSL color Cylindrical-coordinate representation of color #FCEEBC: hue angle of 46.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCEEBC is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 188 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.01 |
| HSL | 46.88º | 0.91% | 0.86% | - |
| HSV(B) | 46.88º | 0.25% | 0.99% | - |
| XYZ | 79.8 | 85.48 | 59.87 | - |
| YUV | 236.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 188 | 0 | 0.06 | 0.25 | 0.01 | 46.88 | 0.91 | 0.86 |
| Hex | FC | EE | BC | 0 | 6 | 19 | 1 | 2F | 5B | 56 |
| Octal | 374 | 356 | 274 | 0 | 6 | 31 | 1 | 57 | 133 | 126 |
| Binary | 11111100 | 11101110 | 10111100 | 0 | 110 | 11001 | 1 | 101111 | 1011011 | 1010110 |
Color Harmonies of #FCEEBC
Complementary color
Monochromatic Colors of #FCEEBC
Black with #FCEEBC
Text Example
Text Example
White with #FCEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEBC; }
p { color: rgb(252,238,188); }
H1.HeaderClassName
{
color: #FCEEBC;
}
.AnyTagClassName
{
color: #FCEEBC;
}
</style>
background-color css
<style>
a { background-color: #FCEEBC; }
a { background-color: rgb(252,238,188); }
div.DivClassName
{
background-color: #FCEEBC;
}
.BgClassName
{
background-color: #FCEEBC;
}
</style>
border-color css
<style>
span { border-color: #FCEEBC; }
span { border-color: rgb(252,238,188); }
td.TdClassName
{
border-color: #FCEEBC;
}
.TagClassName
{
border-color: #FCEEBC;
}
</style>