Shades of Oasis #FCEAC5
Tints of Oasis #FCEAC5
RGB
CMYK
RGB Variations
Color information
#FCEAC5 (or 0xFCEAC5) is known color: Oasis. HEX triplet: FC, EA and C5. RGB value is (252,234,197). Sum of RGB (Red+Green+Blue) = 252+234+197=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC5 is #03153A. Grayscale: #EBEBEB. Windows color (decimal): -202043 or 12970748. OLE color: 12970748.
HSL color Cylindrical-coordinate representation of color #FCEAC5: hue angle of 40.36º 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 #FCEAC5 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 197 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.01 |
| HSL | 40.36º | 0.9% | 0.88% | - |
| HSV(B) | 40.36º | 0.22% | 0.99% | - |
| XYZ | 79.65 | 83.57 | 64.76 | - |
| YUV | 235.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 197 | 0 | 0.07 | 0.22 | 0.01 | 40.36 | 0.9 | 0.88 |
| Hex | FC | EA | C5 | 0 | 7 | 16 | 1 | 28 | 5A | 58 |
| Octal | 374 | 352 | 305 | 0 | 7 | 26 | 1 | 50 | 132 | 130 |
| Binary | 11111100 | 11101010 | 11000101 | 0 | 111 | 10110 | 1 | 101000 | 1011010 | 1011000 |
Color Harmonies of #FCEAC5
Complementary color
Monochromatic Colors of #FCEAC5
Black with #FCEAC5
Text Example
Text Example
White with #FCEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC5; }
p { color: rgb(252,234,197); }
H1.HeaderClassName
{
color: #FCEAC5;
}
.AnyTagClassName
{
color: #FCEAC5;
}
</style>
background-color css
<style>
a { background-color: #FCEAC5; }
a { background-color: rgb(252,234,197); }
div.DivClassName
{
background-color: #FCEAC5;
}
.BgClassName
{
background-color: #FCEAC5;
}
</style>
border-color css
<style>
span { border-color: #FCEAC5; }
span { border-color: rgb(252,234,197); }
td.TdClassName
{
border-color: #FCEAC5;
}
.TagClassName
{
border-color: #FCEAC5;
}
</style>