Shades of Oasis #FCEFC8
Tints of Oasis #FCEFC8
RGB
CMYK
RGB Variations
Color information
#FCEFC8 (or 0xFCEFC8) is known color: Oasis. HEX triplet: FC, EF and C8. RGB value is (252,239,200). Sum of RGB (Red+Green+Blue) = 252+239+200=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC8 is #031037. Grayscale: #EEEEEE. Windows color (decimal): -200760 or 13168636. OLE color: 13168636.
HSL color Cylindrical-coordinate representation of color #FCEFC8: hue angle of 45º 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 #FCEFC8 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 200 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.01 |
| HSL | 45º | 0.9% | 0.89% | - |
| HSV(B) | 45º | 0.21% | 0.99% | - |
| XYZ | 81.44 | 86.6 | 67.07 | - |
| YUV | 238.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 200 | 0 | 0.05 | 0.21 | 0.01 | 45 | 0.9 | 0.89 |
| Hex | FC | EF | C8 | 0 | 5 | 15 | 1 | 2D | 5A | 59 |
| Octal | 374 | 357 | 310 | 0 | 5 | 25 | 1 | 55 | 132 | 131 |
| Binary | 11111100 | 11101111 | 11001000 | 0 | 101 | 10101 | 1 | 101101 | 1011010 | 1011001 |
Color Harmonies of #FCEFC8
Complementary color
Monochromatic Colors of #FCEFC8
Black with #FCEFC8
Text Example
Text Example
White with #FCEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFC8; }
p { color: rgb(252,239,200); }
H1.HeaderClassName
{
color: #FCEFC8;
}
.AnyTagClassName
{
color: #FCEFC8;
}
</style>
background-color css
<style>
a { background-color: #FCEFC8; }
a { background-color: rgb(252,239,200); }
div.DivClassName
{
background-color: #FCEFC8;
}
.BgClassName
{
background-color: #FCEFC8;
}
</style>
border-color css
<style>
span { border-color: #FCEFC8; }
span { border-color: rgb(252,239,200); }
td.TdClassName
{
border-color: #FCEFC8;
}
.TagClassName
{
border-color: #FCEFC8;
}
</style>