Color Hex Logo

#fcebed Color Hex

#FCEBED
(252,235,237)
0 Favorites   0 Comments

Color spaces of #fcebed

RGB 252235237
HSL0.980.740.95
HSV353°99°
CMYK 0.000.070.06   0.01
XYZ85.139386.226592.2768
Yxy86.22650.32290.3271
Hunter Lab92.85821.16016.0820
CIE-Lab94.40916.08411.0939

#fcebed color RGB value is (252,235,237).

#fcebed hex color red value is 252, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcebed hue: 0.98 , saturation: 0.74 and the lightness value of fcebed is 0.95.

The process color (four color CMYK) of #fcebed color hex is 0.00, 0.07, 0.06, 0.01. Web safe color of #fcebed is #ffffff. Color #fcebed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11101101
Octal 374 353 355
Decimal 252 235 237
Hex FC EB ED

RGB Percentages of Color #fcebed

%34.81
%32.46
%32.73

CMYK Percentages of Color #fcebed

%0
%7
%6
%1

Triadic Colors of #fcebed

#fcebed #edfceb #ebedfc

Analogous Colors of #fcebed

#fcebed #fcf2eb #fcebf6

Monochromatic Colors of #fcebed

#fcebed

Complementary Color

#fcebed #ebfcfa

#fcebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebed Color CSS Codes

.mybgcolor {background-color:#fcebed; } 
.myforecolor {color:#fcebed; }
.mybordercolor {border:3px solid #fcebed; }

#fcebed Text Font Color

<p style="color:#fcebed">Text here</p>

This sample text font color is #fcebed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcebed Background Color

<div style="background-color:#fcebed">
Div content here</div>

This div background color is #fcebed


#fcebed Border Color

<div style="border:3px solid #fcebed">
Div here</div>

This div border color is #fcebed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,235,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcebed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcebed;
  -webkit-box-shadow: 1px 1px 3px 2px #fcebed;
  box-shadow:         1px 1px 3px 2px #fcebed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,235,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcebed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcebed;
  -webkit-box-shadow: 1px 1px 3px 2px #fcebed;
  box-shadow:         1px 1px 3px 2px #fcebed;">
Div content here</div>

This div box has shadow with color #fcebed


Comments

No comments written yet.

Please login to write comment.