Shades of Oasis #FCEEC4
Tints of Oasis #FCEEC4
RGB
CMYK
RGB Variations
Color information
#FCEEC4 (or 0xFCEEC4) is known color: Oasis. HEX triplet: FC, EE and C4. RGB value is (252,238,196). Sum of RGB (Red+Green+Blue) = 252+238+196=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEC4 is #03113B. Grayscale: #EDEDED. Windows color (decimal): -201020 or 12906236. OLE color: 12906236.
HSL color Cylindrical-coordinate representation of color #FCEEC4: hue angle of 45º 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 #FCEEC4 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 196 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.01 |
| HSL | 45º | 0.9% | 0.88% | - |
| HSV(B) | 45º | 0.22% | 0.99% | - |
| XYZ | 80.68 | 85.83 | 64.54 | - |
| YUV | 237.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 196 | 0 | 0.06 | 0.22 | 0.01 | 45 | 0.9 | 0.88 |
| Hex | FC | EE | C4 | 0 | 6 | 16 | 1 | 2D | 5A | 58 |
| Octal | 374 | 356 | 304 | 0 | 6 | 26 | 1 | 55 | 132 | 130 |
| Binary | 11111100 | 11101110 | 11000100 | 0 | 110 | 10110 | 1 | 101101 | 1011010 | 1011000 |
Color Harmonies of #FCEEC4
Complementary color
Monochromatic Colors of #FCEEC4
Black with #FCEEC4
Text Example
Text Example
White with #FCEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEC4; }
p { color: rgb(252,238,196); }
H1.HeaderClassName
{
color: #FCEEC4;
}
.AnyTagClassName
{
color: #FCEEC4;
}
</style>
background-color css
<style>
a { background-color: #FCEEC4; }
a { background-color: rgb(252,238,196); }
div.DivClassName
{
background-color: #FCEEC4;
}
.BgClassName
{
background-color: #FCEEC4;
}
</style>
border-color css
<style>
span { border-color: #FCEEC4; }
span { border-color: rgb(252,238,196); }
td.TdClassName
{
border-color: #FCEEC4;
}
.TagClassName
{
border-color: #FCEEC4;
}
</style>