Shades of Oasis #FCE9C2
Tints of Oasis #FCE9C2
RGB
CMYK
RGB Variations
Color information
#FCE9C2 (or 0xFCE9C2) is known color: Oasis. HEX triplet: FC, E9 and C2. RGB value is (252,233,194). Sum of RGB (Red+Green+Blue) = 252+233+194=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 194 (76.17% from 255 or 28.57% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9C2 is #03163D. Grayscale: #EAEAEA. Windows color (decimal): -202302 or 12773884. OLE color: 12773884.
HSL color Cylindrical-coordinate representation of color #FCE9C2: hue angle of 40.34º 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 #FCE9C2 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 194 | - |
CMYK | 0 | 0.08 | 0.23 | 0.01 |
HSL | 40.34º | 0.91% | 0.87% | - |
HSV(B) | 40.34º | 0.23% | 0.99% | - |
XYZ | 79.02 | 82.87 | 62.87 | - |
YUV | 234.24 | 105.29 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 194 | 0 | 0.08 | 0.23 | 0.01 | 40.34 | 0.91 | 0.87 |
Hex | FC | E9 | C2 | 0 | 8 | 17 | 1 | 28 | 5B | 57 |
Octal | 374 | 351 | 302 | 0 | 10 | 27 | 1 | 50 | 133 | 127 |
Binary | 11111100 | 11101001 | 11000010 | 0 | 1000 | 10111 | 1 | 101000 | 1011011 | 1010111 |
Color Harmonies of #FCE9C2
Complementary color
Monochromatic Colors of #FCE9C2
Black with #FCE9C2
Text Example
Text Example
White with #FCE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9C2; }
p { color: rgb(252,233,194); }
H1.HeaderClassName
{
color: #FCE9C2;
}
.AnyTagClassName
{
color: #FCE9C2;
}
</style>
background-color css
<style>
a { background-color: #FCE9C2; }
a { background-color: rgb(252,233,194); }
div.DivClassName
{
background-color: #FCE9C2;
}
.BgClassName
{
background-color: #FCE9C2;
}
</style>
border-color css
<style>
span { border-color: #FCE9C2; }
span { border-color: rgb(252,233,194); }
td.TdClassName
{
border-color: #FCE9C2;
}
.TagClassName
{
border-color: #FCE9C2;
}
</style>