Color Hex Logo

#fcebec Color Hex

#FCEBEC
(252,235,236)
0 Favorites   0 Comments

Color spaces of #fcebec

RGB 252235236
HSL0.990.740.95
HSV356°99°
CMYK 0.000.070.06   0.01
XYZ84.993586.168291.5094
Yxy86.16820.32360.3280
Hunter Lab92.82680.99016.5302
CIE-Lab94.38425.91611.5771

#fcebec color RGB value is (252,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11101100
Octal 374 353 354
Decimal 252 235 236
Hex FC EB EC

RGB Percentages of Color #fcebec

%34.85
%32.50
%32.64

CMYK Percentages of Color #fcebec

%0
%7
%6
%1

Triadic Colors of #fcebec

#fcebec #ecfceb #ebecfc

Analogous Colors of #fcebec

#fcebec #fcf3eb #fcebf5

Monochromatic Colors of #fcebec

#fcebec

Complementary Color

#fcebec #ebfcfb

#fcebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebec Color CSS Codes

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

#fcebec Text Font Color

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

This sample text font color is #fcebec
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.


#fcebec Background Color

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

This div background color is #fcebec


#fcebec Border Color

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

This div border color is #fcebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebec


Comments

No comments written yet.

Please login to write comment.