Shades of Oasis #FCEAC3
Tints of Oasis #FCEAC3
RGB
CMYK
RGB Variations
Color information
#FCEAC3 (or 0xFCEAC3) is known color: Oasis. HEX triplet: FC, EA and C3. RGB value is (252,234,195). Sum of RGB (Red+Green+Blue) = 252+234+195=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 195 (76.56% from 255 or 28.63% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC3 is #03153C. Grayscale: #EBEBEB. Windows color (decimal): -202045 or 12839676. OLE color: 12839676.
HSL color Cylindrical-coordinate representation of color #FCEAC3: hue angle of 41.05º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCEAC3 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 195 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.01 |
| HSL | 41.05º | 0.9% | 0.88% | - |
| HSV(B) | 41.05º | 0.23% | 0.99% | - |
| XYZ | 79.42 | 83.48 | 63.56 | - |
| YUV | 234.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 195 | 0 | 0.07 | 0.23 | 0.01 | 41.05 | 0.9 | 0.88 |
| Hex | FC | EA | C3 | 0 | 7 | 17 | 1 | 29 | 5A | 58 |
| Octal | 374 | 352 | 303 | 0 | 7 | 27 | 1 | 51 | 132 | 130 |
| Binary | 11111100 | 11101010 | 11000011 | 0 | 111 | 10111 | 1 | 101001 | 1011010 | 1011000 |
Color Harmonies of #FCEAC3
Complementary color
Monochromatic Colors of #FCEAC3
Black with #FCEAC3
Text Example
Text Example
White with #FCEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC3; }
p { color: rgb(252,234,195); }
H1.HeaderClassName
{
color: #FCEAC3;
}
.AnyTagClassName
{
color: #FCEAC3;
}
</style>
background-color css
<style>
a { background-color: #FCEAC3; }
a { background-color: rgb(252,234,195); }
div.DivClassName
{
background-color: #FCEAC3;
}
.BgClassName
{
background-color: #FCEAC3;
}
</style>
border-color css
<style>
span { border-color: #FCEAC3; }
span { border-color: rgb(252,234,195); }
td.TdClassName
{
border-color: #FCEAC3;
}
.TagClassName
{
border-color: #FCEAC3;
}
</style>