#FCEDC5

Color #FCEDC5 Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #FCEDC5

Tints of Oasis #FCEDC5

Color information

#FCEDC5 (or 0xFCEDC5) is unknown color: approx 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

RGB252237197-
CMYK00.060.220.01
HSL43.64º90.16%88.04%-
HSV(B)43.64º21.83%98.82%-
XYZ80.5185.365.04-
YUV236.92105.47138.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 197 (77.34% from 255) = 28.72%
R=36.73%
G=34.55%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223719700.060.220.0143.6490.1688.04
HexFCEDC5061612c5a58
Octal3743553050626154132130
Binary111111001110110111000101011010110110110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>