Shades of Oasis #FCEEC8
Tints of Oasis #FCEEC8
RGB
CMYK
RGB Variations
Color information
#FCEEC8 (or 0xFCEEC8) is known color: Oasis. HEX triplet: FC, EE and C8. RGB value is (252,238,200). Sum of RGB (Red+Green+Blue) = 252+238+200=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEC8 is #031137. Grayscale: #EEEEEE. Windows color (decimal): -201016 or 13168380. OLE color: 13168380.
HSL color Cylindrical-coordinate representation of color #FCEEC8: hue angle of 43.85º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEEC8 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 200 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.01 |
| HSL | 43.85º | 0.9% | 0.89% | - |
| HSV(B) | 43.85º | 0.21% | 0.99% | - |
| XYZ | 81.14 | 86.01 | 66.97 | - |
| YUV | 237.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 200 | 0 | 0.06 | 0.21 | 0.01 | 43.85 | 0.9 | 0.89 |
| Hex | FC | EE | C8 | 0 | 6 | 15 | 1 | 2C | 5A | 59 |
| Octal | 374 | 356 | 310 | 0 | 6 | 25 | 1 | 54 | 132 | 131 |
| Binary | 11111100 | 11101110 | 11001000 | 0 | 110 | 10101 | 1 | 101100 | 1011010 | 1011001 |
Color Harmonies of #FCEEC8
Complementary color
Monochromatic Colors of #FCEEC8
Black with #FCEEC8
Text Example
Text Example
White with #FCEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEC8; }
p { color: rgb(252,238,200); }
H1.HeaderClassName
{
color: #FCEEC8;
}
.AnyTagClassName
{
color: #FCEEC8;
}
</style>
background-color css
<style>
a { background-color: #FCEEC8; }
a { background-color: rgb(252,238,200); }
div.DivClassName
{
background-color: #FCEEC8;
}
.BgClassName
{
background-color: #FCEEC8;
}
</style>
border-color css
<style>
span { border-color: #FCEEC8; }
span { border-color: rgb(252,238,200); }
td.TdClassName
{
border-color: #FCEEC8;
}
.TagClassName
{
border-color: #FCEEC8;
}
</style>