Shades of Oasis #FCEEC6
Tints of Oasis #FCEEC6
RGB
CMYK
RGB Variations
Color information
#FCEEC6 (or 0xFCEEC6) is known color: Oasis. HEX triplet: FC, EE and C6. RGB value is (252,238,198). Sum of RGB (Red+Green+Blue) = 252+238+198=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEC6 is #031139. Grayscale: #EDEDED. Windows color (decimal): -201018 or 13037308. OLE color: 13037308.
HSL color Cylindrical-coordinate representation of color #FCEEC6: hue angle of 44.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEEC6 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 198 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.01 |
| HSL | 44.44º | 0.9% | 0.88% | - |
| HSV(B) | 44.44º | 0.21% | 0.99% | - |
| XYZ | 80.91 | 85.92 | 65.75 | - |
| YUV | 237.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 198 | 0 | 0.06 | 0.21 | 0.01 | 44.44 | 0.9 | 0.88 |
| Hex | FC | EE | C6 | 0 | 6 | 15 | 1 | 2C | 5A | 58 |
| Octal | 374 | 356 | 306 | 0 | 6 | 25 | 1 | 54 | 132 | 130 |
| Binary | 11111100 | 11101110 | 11000110 | 0 | 110 | 10101 | 1 | 101100 | 1011010 | 1011000 |
Color Harmonies of #FCEEC6
Complementary color
Monochromatic Colors of #FCEEC6
Black with #FCEEC6
Text Example
Text Example
White with #FCEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEC6; }
p { color: rgb(252,238,198); }
H1.HeaderClassName
{
color: #FCEEC6;
}
.AnyTagClassName
{
color: #FCEEC6;
}
</style>
background-color css
<style>
a { background-color: #FCEEC6; }
a { background-color: rgb(252,238,198); }
div.DivClassName
{
background-color: #FCEEC6;
}
.BgClassName
{
background-color: #FCEEC6;
}
</style>
border-color css
<style>
span { border-color: #FCEEC6; }
span { border-color: rgb(252,238,198); }
td.TdClassName
{
border-color: #FCEEC6;
}
.TagClassName
{
border-color: #FCEEC6;
}
</style>