Shades of Oasis #FCEAC4
Tints of Oasis #FCEAC4
RGB
CMYK
RGB Variations
Color information
#FCEAC4 (or 0xFCEAC4) is known color: Oasis. HEX triplet: FC, EA and C4. RGB value is (252,234,196). Sum of RGB (Red+Green+Blue) = 252+234+196=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 196 (76.95% from 255 or 28.74% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC4 is #03153B. Grayscale: #EBEBEB. Windows color (decimal): -202044 or 12905212. OLE color: 12905212.
HSL color Cylindrical-coordinate representation of color #FCEAC4: hue angle of 40.71º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCEAC4 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 234 | 196 | - |
CMYK | 0 | 0.07 | 0.22 | 0.01 |
HSL | 40.71º | 0.9% | 0.88% | - |
HSV(B) | 40.71º | 0.22% | 0.99% | - |
XYZ | 79.53 | 83.53 | 64.16 | - |
YUV | 235.05 | 105.96 | 140.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 234 | 196 | 0 | 0.07 | 0.22 | 0.01 | 40.71 | 0.9 | 0.88 |
Hex | FC | EA | C4 | 0 | 7 | 16 | 1 | 29 | 5A | 58 |
Octal | 374 | 352 | 304 | 0 | 7 | 26 | 1 | 51 | 132 | 130 |
Binary | 11111100 | 11101010 | 11000100 | 0 | 111 | 10110 | 1 | 101001 | 1011010 | 1011000 |
Color Harmonies of #FCEAC4
Complementary color
Monochromatic Colors of #FCEAC4
Black with #FCEAC4
Text Example
Text Example
White with #FCEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC4; }
p { color: rgb(252,234,196); }
H1.HeaderClassName
{
color: #FCEAC4;
}
.AnyTagClassName
{
color: #FCEAC4;
}
</style>
background-color css
<style>
a { background-color: #FCEAC4; }
a { background-color: rgb(252,234,196); }
div.DivClassName
{
background-color: #FCEAC4;
}
.BgClassName
{
background-color: #FCEAC4;
}
</style>
border-color css
<style>
span { border-color: #FCEAC4; }
span { border-color: rgb(252,234,196); }
td.TdClassName
{
border-color: #FCEAC4;
}
.TagClassName
{
border-color: #FCEAC4;
}
</style>