Shades of Oasis #FCEABE
Tints of Oasis #FCEABE
RGB
CMYK
RGB Variations
Color information
#FCEABE (or 0xFCEABE) is known color: Oasis. HEX triplet: FC, EA and BE. RGB value is (252,234,190). Sum of RGB (Red+Green+Blue) = 252+234+190=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 190 (74.61% from 255 or 28.11% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEABE is #031541. Grayscale: #EAEAEA. Windows color (decimal): -202050 or 12511996. OLE color: 12511996.
HSL color Cylindrical-coordinate representation of color #FCEABE: hue angle of 42.58º 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 #FCEABE is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 190 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.01 |
| HSL | 42.58º | 0.91% | 0.87% | - |
| HSV(B) | 42.58º | 0.25% | 0.99% | - |
| XYZ | 78.86 | 83.26 | 60.63 | - |
| YUV | 234.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 190 | 0 | 0.07 | 0.25 | 0.01 | 42.58 | 0.91 | 0.87 |
| Hex | FC | EA | BE | 0 | 7 | 19 | 1 | 2B | 5B | 57 |
| Octal | 374 | 352 | 276 | 0 | 7 | 31 | 1 | 53 | 133 | 127 |
| Binary | 11111100 | 11101010 | 10111110 | 0 | 111 | 11001 | 1 | 101011 | 1011011 | 1010111 |
Color Harmonies of #FCEABE
Complementary color
Monochromatic Colors of #FCEABE
Black with #FCEABE
Text Example
Text Example
White with #FCEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEABE; }
p { color: rgb(252,234,190); }
H1.HeaderClassName
{
color: #FCEABE;
}
.AnyTagClassName
{
color: #FCEABE;
}
</style>
background-color css
<style>
a { background-color: #FCEABE; }
a { background-color: rgb(252,234,190); }
div.DivClassName
{
background-color: #FCEABE;
}
.BgClassName
{
background-color: #FCEABE;
}
</style>
border-color css
<style>
span { border-color: #FCEABE; }
span { border-color: rgb(252,234,190); }
td.TdClassName
{
border-color: #FCEABE;
}
.TagClassName
{
border-color: #FCEABE;
}
</style>