#FCEDC4

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

Shades of Oasis #FCEDC4

Tints of Oasis #FCEDC4

Color information

#FCEDC4 (or 0xFCEDC4) is unknown color: approx Oasis. HEX triplet: FC, ED and C4. RGB value is (252,237,196). Sum of RGB (Red+Green+Blue) = 252+237+196=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC4 is #03123B. Grayscale: #ECECEC. Windows color (decimal): -201276 or 12905980. OLE color: 12905980.

HSL color Cylindrical-coordinate representation of color #FCEDC4: hue angle of 43.93º 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 #FCEDC4 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252237196-
CMYK00.060.220.01
HSL43.93º90.32%87.84%-
HSV(B)43.93º22.22%98.82%-
XYZ80.3985.2564.44-
YUV236.81104.97138.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 196 (76.95% from 255) = 28.61%
R=36.79%
G=34.60%
B=28.61%

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
Decimal25223719600.060.220.0143.9390.3287.84
HexFCEDC4061612c5a58
Octal3743553040626154132130
Binary111111001110110111000100011010110110110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDC4; }

 p { color: rgb(252,237,196); }

 H1.HeaderClassName
 {
   color: #FCEDC4;
 }
 .AnyTagClassName
 {
   color: #FCEDC4;
 }
</style>
background-color css

<style>
 a { background-color: #FCEDC4; }

 a { background-color: rgb(252,237,196); }

 div.DivClassName
 {
   background-color: #FCEDC4;
 }
 .BgClassName
 {
   background-color: #FCEDC4;
 }
</style>
border-color css

<style>
 span { border-color: #FCEDC4; }

 span { border-color: rgb(252,237,196); }

 td.TdClassName
 {
   border-color: #FCEDC4;
 }
 .TagClassName
 {
   border-color: #FCEDC4;
 }
</style>