#FCEBC3

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

Shades of Oasis #FCEBC3

Tints of Oasis #FCEBC3

Color information

#FCEBC3 (or 0xFCEBC3) is unknown color: approx Oasis. HEX triplet: FC, EB and C3. RGB value is (252,235,195). Sum of RGB (Red+Green+Blue) = 252+235+195=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC3 is #03143C. Grayscale: #EBEBEB. Windows color (decimal): -201789 or 12839932. OLE color: 12839932.

HSL color Cylindrical-coordinate representation of color #FCEBC3: hue angle of 42.11º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCEBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252235195-
CMYK00.070.230.01
HSL42.11º90.48%87.65%-
HSV(B)42.11º22.62%98.82%-
XYZ79.784.0563.65-
YUV235.52105.13139.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 195 (76.56% from 255) = 28.59%
R=36.95%
G=34.46%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223519500.070.230.0142.1190.4887.65
HexFCEBC3071712a5a58
Octal3743533030727152132130
Binary111111001110101111000011011110111110101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBC3; }

 p { color: rgb(252,235,195); }

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

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

 a { background-color: rgb(252,235,195); }

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

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

 span { border-color: rgb(252,235,195); }

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