Shades of Oasis #FCEDC5
Tints of Oasis #FCEDC5
RGB
CMYK
RGB Variations
Color information
#FCEDC5 (or 0xFCEDC5) is known color: Oasis. HEX triplet: FC, ED and C5. RGB value is (252,237,197). Sum of RGB (Red+Green+Blue) = 252+237+197=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC5 is #03123A. Grayscale: #EDEDED. Windows color (decimal): -201275 or 12971516. OLE color: 12971516.
HSL color Cylindrical-coordinate representation of color #FCEDC5: hue angle of 43.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCEDC5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 197 | - |
CMYK | 0 | 0.06 | 0.22 | 0.01 |
HSL | 43.64º | 0.9% | 0.88% | - |
HSV(B) | 43.64º | 0.22% | 0.99% | - |
XYZ | 80.51 | 85.3 | 65.04 | - |
YUV | 236.93 | 105.47 | 138.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 197 | 0 | 0.06 | 0.22 | 0.01 | 43.64 | 0.9 | 0.88 |
Hex | FC | ED | C5 | 0 | 6 | 16 | 1 | 2C | 5A | 58 |
Octal | 374 | 355 | 305 | 0 | 6 | 26 | 1 | 54 | 132 | 130 |
Binary | 11111100 | 11101101 | 11000101 | 0 | 110 | 10110 | 1 | 101100 | 1011010 | 1011000 |
Color Harmonies of #FCEDC5
Complementary color
Monochromatic Colors of #FCEDC5
Black with #FCEDC5
Text Example
Text Example
White with #FCEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDC5; }
p { color: rgb(252,237,197); }
H1.HeaderClassName
{
color: #FCEDC5;
}
.AnyTagClassName
{
color: #FCEDC5;
}
</style>
background-color css
<style>
a { background-color: #FCEDC5; }
a { background-color: rgb(252,237,197); }
div.DivClassName
{
background-color: #FCEDC5;
}
.BgClassName
{
background-color: #FCEDC5;
}
</style>
border-color css
<style>
span { border-color: #FCEDC5; }
span { border-color: rgb(252,237,197); }
td.TdClassName
{
border-color: #FCEDC5;
}
.TagClassName
{
border-color: #FCEDC5;
}
</style>