Shades of Oasis #FCECBD
Tints of Oasis #FCECBD
RGB
CMYK
RGB Variations
Color information
#FCECBD (or 0xFCECBD) is known color: Oasis. HEX triplet: FC, EC and BD. RGB value is (252,236,189). Sum of RGB (Red+Green+Blue) = 252+236+189=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECBD is #031342. Grayscale: #EBEBEB. Windows color (decimal): -201539 or 12446972. OLE color: 12446972.
HSL color Cylindrical-coordinate representation of color #FCECBD: hue angle of 44.76º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCECBD is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 189 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.01 |
| HSL | 44.76º | 0.91% | 0.86% | - |
| HSV(B) | 44.76º | 0.25% | 0.99% | - |
| XYZ | 79.33 | 84.36 | 60.25 | - |
| YUV | 235.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 189 | 0 | 0.06 | 0.25 | 0.01 | 44.76 | 0.91 | 0.86 |
| Hex | FC | EC | BD | 0 | 6 | 19 | 1 | 2D | 5B | 56 |
| Octal | 374 | 354 | 275 | 0 | 6 | 31 | 1 | 55 | 133 | 126 |
| Binary | 11111100 | 11101100 | 10111101 | 0 | 110 | 11001 | 1 | 101101 | 1011011 | 1010110 |
Color Harmonies of #FCECBD
Complementary color
Monochromatic Colors of #FCECBD
Black with #FCECBD
Text Example
Text Example
White with #FCECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECBD; }
p { color: rgb(252,236,189); }
H1.HeaderClassName
{
color: #FCECBD;
}
.AnyTagClassName
{
color: #FCECBD;
}
</style>
background-color css
<style>
a { background-color: #FCECBD; }
a { background-color: rgb(252,236,189); }
div.DivClassName
{
background-color: #FCECBD;
}
.BgClassName
{
background-color: #FCECBD;
}
</style>
border-color css
<style>
span { border-color: #FCECBD; }
span { border-color: rgb(252,236,189); }
td.TdClassName
{
border-color: #FCECBD;
}
.TagClassName
{
border-color: #FCECBD;
}
</style>