Shades of Oasis #FCEAC6
Tints of Oasis #FCEAC6
RGB
CMYK
RGB Variations
Color information
#FCEAC6 (or 0xFCEAC6) is known color: Oasis. HEX triplet: FC, EA and C6. RGB value is (252,234,198). Sum of RGB (Red+Green+Blue) = 252+234+198=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 198 (77.73% from 255 or 28.95% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC6 is #031539. Grayscale: #EBEBEB. Windows color (decimal): -202042 or 13036284. OLE color: 13036284.
HSL color Cylindrical-coordinate representation of color #FCEAC6: hue angle of 40º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCEAC6 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 198 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.01 |
| HSL | 40º | 0.9% | 0.88% | - |
| HSV(B) | 40º | 0.21% | 0.99% | - |
| XYZ | 79.76 | 83.62 | 65.36 | - |
| YUV | 235.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 198 | 0 | 0.07 | 0.21 | 0.01 | 40 | 0.9 | 0.88 |
| Hex | FC | EA | C6 | 0 | 7 | 15 | 1 | 28 | 5A | 58 |
| Octal | 374 | 352 | 306 | 0 | 7 | 25 | 1 | 50 | 132 | 130 |
| Binary | 11111100 | 11101010 | 11000110 | 0 | 111 | 10101 | 1 | 101000 | 1011010 | 1011000 |
Color Harmonies of #FCEAC6
Complementary color
Monochromatic Colors of #FCEAC6
Black with #FCEAC6
Text Example
Text Example
White with #FCEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAC6; }
p { color: rgb(252,234,198); }
H1.HeaderClassName
{
color: #FCEAC6;
}
.AnyTagClassName
{
color: #FCEAC6;
}
</style>
background-color css
<style>
a { background-color: #FCEAC6; }
a { background-color: rgb(252,234,198); }
div.DivClassName
{
background-color: #FCEAC6;
}
.BgClassName
{
background-color: #FCEAC6;
}
</style>
border-color css
<style>
span { border-color: #FCEAC6; }
span { border-color: rgb(252,234,198); }
td.TdClassName
{
border-color: #FCEAC6;
}
.TagClassName
{
border-color: #FCEAC6;
}
</style>