Shades of Oasis #FCECBE
Tints of Oasis #FCECBE
RGB
CMYK
RGB Variations
Color information
#FCECBE (or 0xFCECBE) is known color: Oasis. HEX triplet: FC, EC and BE. RGB value is (252,236,190). Sum of RGB (Red+Green+Blue) = 252+236+190=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECBE is #031341. Grayscale: #EBEBEB. Windows color (decimal): -201538 or 12512508. OLE color: 12512508.
HSL color Cylindrical-coordinate representation of color #FCECBE: hue angle of 44.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCECBE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 190 | - |
CMYK | 0 | 0.06 | 0.25 | 0.01 |
HSL | 44.52º | 0.91% | 0.87% | - |
HSV(B) | 44.52º | 0.25% | 0.99% | - |
XYZ | 79.43 | 84.4 | 60.82 | - |
YUV | 235.54 | 102.3 | 139.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 190 | 0 | 0.06 | 0.25 | 0.01 | 44.52 | 0.91 | 0.87 |
Hex | FC | EC | BE | 0 | 6 | 19 | 1 | 2D | 5B | 57 |
Octal | 374 | 354 | 276 | 0 | 6 | 31 | 1 | 55 | 133 | 127 |
Binary | 11111100 | 11101100 | 10111110 | 0 | 110 | 11001 | 1 | 101101 | 1011011 | 1010111 |
Color Harmonies of #FCECBE
Complementary color
Monochromatic Colors of #FCECBE
Black with #FCECBE
Text Example
Text Example
White with #FCECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECBE; }
p { color: rgb(252,236,190); }
H1.HeaderClassName
{
color: #FCECBE;
}
.AnyTagClassName
{
color: #FCECBE;
}
</style>
background-color css
<style>
a { background-color: #FCECBE; }
a { background-color: rgb(252,236,190); }
div.DivClassName
{
background-color: #FCECBE;
}
.BgClassName
{
background-color: #FCECBE;
}
</style>
border-color css
<style>
span { border-color: #FCECBE; }
span { border-color: rgb(252,236,190); }
td.TdClassName
{
border-color: #FCECBE;
}
.TagClassName
{
border-color: #FCECBE;
}
</style>