Shades of Oasis #FCEAC1
Tints of Oasis #FCEAC1
RGB
CMYK
RGB Variations
Color information
#FCEAC1 (or 0xFCEAC1) is known color: Oasis. HEX triplet: FC, EA and C1. RGB value is (252,234,193). Sum of RGB (Red+Green+Blue) = 252+234+193=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 193 (75.78% from 255 or 28.42% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC1 is #03153E. Grayscale: #EAEAEA. Windows color (decimal): -202047 or 12708604. OLE color: 12708604.
HSL color Cylindrical-coordinate representation of color #FCEAC1: hue angle of 41.69º 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 #FCEAC1 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 193 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 41.69º | 0.91% | 0.87% | - |
| HSV(B) | 41.69º | 0.23% | 0.99% | - |
| XYZ | 79.19 | 83.39 | 62.37 | - |
| YUV | 234.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 193 | 0 | 0.07 | 0.23 | 0.01 | 41.69 | 0.91 | 0.87 |
| Hex | FC | EA | C1 | 0 | 7 | 17 | 1 | 2A | 5B | 57 |
| Octal | 374 | 352 | 301 | 0 | 7 | 27 | 1 | 52 | 133 | 127 |
| Binary | 11111100 | 11101010 | 11000001 | 0 | 111 | 10111 | 1 | 101010 | 1011011 | 1010111 |
Color Harmonies of #FCEAC1
Complementary color
Monochromatic Colors of #FCEAC1
Black with #FCEAC1
Text Example
Text Example
White with #FCEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC1; }
p { color: rgb(252,234,193); }
H1.HeaderClassName
{
color: #FCEAC1;
}
.AnyTagClassName
{
color: #FCEAC1;
}
</style>
background-color css
<style>
a { background-color: #FCEAC1; }
a { background-color: rgb(252,234,193); }
div.DivClassName
{
background-color: #FCEAC1;
}
.BgClassName
{
background-color: #FCEAC1;
}
</style>
border-color css
<style>
span { border-color: #FCEAC1; }
span { border-color: rgb(252,234,193); }
td.TdClassName
{
border-color: #FCEAC1;
}
.TagClassName
{
border-color: #FCEAC1;
}
</style>