#FCEBC1

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

Shades of Oasis #FCEBC1

Tints of Oasis #FCEBC1

Color information

#FCEBC1 (or 0xFCEBC1) is unknown color: approx Oasis. HEX triplet: FC, EB and C1. RGB value is (252,235,193). Sum of RGB (Red+Green+Blue) = 252+235+193=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 193 (75.78% from 255 or 28.38% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBC1 is #03143E. Grayscale: #EBEBEB. Windows color (decimal): -201791 or 12708860. OLE color: 12708860.

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

Color convert

RGB252235193-
CMYK00.070.230.01
HSL42.71º90.77%87.25%-
HSV(B)42.71º23.41%98.82%-
XYZ79.4883.9662.47-
YUV235.3104.13139.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 193 (75.78% from 255) = 28.38%
R=37.06%
G=34.56%
B=28.38%

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
Decimal25223519300.070.230.0142.7190.7787.25
HexFCEBC1071712b5b57
Octal3743533010727153133127
Binary111111001110101111000001011110111110101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBC1; }

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

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

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

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

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

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

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

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