Shades of Oasis #FCECC7
Tints of Oasis #FCECC7
RGB
CMYK
RGB Variations
Color information
#FCECC7 (or 0xFCECC7) is known color: Oasis. HEX triplet: FC, EC and C7. RGB value is (252,236,199). Sum of RGB (Red+Green+Blue) = 252+236+199=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 199 (78.12% from 255 or 28.97% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECC7 is #031338. Grayscale: #ECECEC. Windows color (decimal): -201529 or 13102332. OLE color: 13102332.
HSL color Cylindrical-coordinate representation of color #FCECC7: hue angle of 41.89º 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 #FCECC7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 199 | - |
CMYK | 0 | 0.06 | 0.21 | 0.01 |
HSL | 41.89º | 0.9% | 0.88% | - |
HSV(B) | 41.89º | 0.21% | 0.99% | - |
XYZ | 80.45 | 84.81 | 66.16 | - |
YUV | 236.57 | 106.8 | 139.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 199 | 0 | 0.06 | 0.21 | 0.01 | 41.89 | 0.9 | 0.88 |
Hex | FC | EC | C7 | 0 | 6 | 15 | 1 | 2A | 5A | 58 |
Octal | 374 | 354 | 307 | 0 | 6 | 25 | 1 | 52 | 132 | 130 |
Binary | 11111100 | 11101100 | 11000111 | 0 | 110 | 10101 | 1 | 101010 | 1011010 | 1011000 |
Color Harmonies of #FCECC7
Complementary color
Monochromatic Colors of #FCECC7
Black with #FCECC7
Text Example
Text Example
White with #FCECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECC7; }
p { color: rgb(252,236,199); }
H1.HeaderClassName
{
color: #FCECC7;
}
.AnyTagClassName
{
color: #FCECC7;
}
</style>
background-color css
<style>
a { background-color: #FCECC7; }
a { background-color: rgb(252,236,199); }
div.DivClassName
{
background-color: #FCECC7;
}
.BgClassName
{
background-color: #FCECC7;
}
</style>
border-color css
<style>
span { border-color: #FCECC7; }
span { border-color: rgb(252,236,199); }
td.TdClassName
{
border-color: #FCECC7;
}
.TagClassName
{
border-color: #FCECC7;
}
</style>