Color Hex Logo

#fcedeb Color Hex

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

Color spaces of #fcedeb

RGB 252237235
HSL0.020.740.95
HSV99°
CMYK 0.000.060.07   0.01
XYZ85.424587.262090.9382
Yxy87.26200.32400.3310
Hunter Lab93.4141-0.24177.6714
CIE-Lab94.84934.72422.7725

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

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

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

Base Numbers

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

RGB Percentages of Color #fcedeb

%34.81
%32.73
%32.46

CMYK Percentages of Color #fcedeb

%0
%6
%7
%1

Triadic Colors of #fcedeb

#fcedeb #ebfced #edebfc

Analogous Colors of #fcedeb

#fcedeb #fcf6eb #fcebf2

Monochromatic Colors of #fcedeb

#fcedeb

Complementary Color

#fcedeb #ebfafc

#fcedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcedeb Color CSS Codes

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

#fcedeb Text Font Color

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

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


#fcedeb Background Color

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

This div background color is #fcedeb


#fcedeb Border Color

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

This div border color is #fcedeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,237,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 #fcedeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcedeb

Related Colors

#fcedeb Color Palettes


Comments

No comments written yet.

Please login to write comment.