Shades of Oasis #FCECC2
Tints of Oasis #FCECC2
RGB
CMYK
RGB Variations
Color information
#FCECC2 (or 0xFCECC2) is known color: Oasis. HEX triplet: FC, EC and C2. RGB value is (252,236,194). Sum of RGB (Red+Green+Blue) = 252+236+194=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECC2 is #03133D. Grayscale: #ECECEC. Windows color (decimal): -201534 or 12774652. OLE color: 12774652.
HSL color Cylindrical-coordinate representation of color #FCECC2: hue angle of 43.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCECC2 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 194 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.01 |
| HSL | 43.45º | 0.91% | 0.87% | - |
| HSV(B) | 43.45º | 0.23% | 0.99% | - |
| XYZ | 79.88 | 84.58 | 63.15 | - |
| YUV | 236 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 194 | 0 | 0.06 | 0.23 | 0.01 | 43.45 | 0.91 | 0.87 |
| Hex | FC | EC | C2 | 0 | 6 | 17 | 1 | 2B | 5B | 57 |
| Octal | 374 | 354 | 302 | 0 | 6 | 27 | 1 | 53 | 133 | 127 |
| Binary | 11111100 | 11101100 | 11000010 | 0 | 110 | 10111 | 1 | 101011 | 1011011 | 1010111 |
Color Harmonies of #FCECC2
Complementary color
Monochromatic Colors of #FCECC2
Black with #FCECC2
Text Example
Text Example
White with #FCECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECC2; }
p { color: rgb(252,236,194); }
H1.HeaderClassName
{
color: #FCECC2;
}
.AnyTagClassName
{
color: #FCECC2;
}
</style>
background-color css
<style>
a { background-color: #FCECC2; }
a { background-color: rgb(252,236,194); }
div.DivClassName
{
background-color: #FCECC2;
}
.BgClassName
{
background-color: #FCECC2;
}
</style>
border-color css
<style>
span { border-color: #FCECC2; }
span { border-color: rgb(252,236,194); }
td.TdClassName
{
border-color: #FCECC2;
}
.TagClassName
{
border-color: #FCECC2;
}
</style>