#FCEBC0

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

Shades of Oasis #FCEBC0

Tints of Oasis #FCEBC0

Color information

#FCEBC0 (or 0xFCEBC0) is unknown color: approx Oasis. HEX triplet: FC, EB and C0. RGB value is (252,235,192). Sum of RGB (Red+Green+Blue) = 252+235+192=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC0 is #03143F. Grayscale: #EBEBEB. Windows color (decimal): -201792 or 12643324. OLE color: 12643324.

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

Color convert

RGB252235192-
CMYK00.070.240.01
HSL43º90.91%87.06%-
HSV(B)43º23.81%98.82%-
XYZ79.3783.9261.88-
YUV235.18103.63140-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 192 (75.39% from 255) = 28.28%
R=37.11%
G=34.61%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223519200.070.240.014390.9187.06
HexFCEBC0071812b5b57
Octal3743533000730153133127
Binary111111001110101111000000011111000110101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBC0; }

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

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

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

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

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

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

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

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