Color Hex Logo

#fcebeb Color Hex

#FCEBEB
(252,235,235)
1 Favorites   0 Comments

Color spaces of #fcebeb

RGB 252235235
HSL0.000.740.95
HSV99°
CMYK 0.000.070.07   0.01
XYZ84.848686.110390.7462
Yxy86.11030.32420.3290
Hunter Lab92.79560.82096.9764
CIE-Lab94.35955.74882.0606

#fcebeb color RGB value is (252,235,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11101011
Octal 374 353 353
Decimal 252 235 235
Hex FC EB EB

RGB Percentages of Color #fcebeb

%34.90
%32.55
%32.55

CMYK Percentages of Color #fcebeb

%0
%7
%7
%1

Triadic Colors of #fcebeb

#fcebeb #ebfceb #ebebfc

Analogous Colors of #fcebeb

#fcebeb #fcf4eb #fcebf4

Monochromatic Colors of #fcebeb

#fcebeb

Complementary Color

#fcebeb #ebfcfc

#fcebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebeb Color CSS Codes

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

#fcebeb Text Font Color

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

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


#fcebeb Background Color

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

This div background color is #fcebeb


#fcebeb Border Color

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

This div border color is #fcebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebeb


Comments

No comments written yet.

Please login to write comment.