Color Hex Logo

#fcebdd Color Hex

#FCEBDD
(252,235,221)
4 Favorites   0 Comments

Color spaces of #fcebdd

RGB 252235221
HSL0.080.840.93
HSV27°12°99°
CMYK 0.000.070.12   0.01
XYZ82.904485.332680.5079
Yxy85.33260.33330.3431
Hunter Lab92.3756-1.458912.9901
CIE-Lab94.02633.47958.8486

#fcebdd color RGB value is (252,235,221).

#fcebdd hex color red value is 252, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fcebdd hue: 0.08 , saturation: 0.84 and the lightness value of fcebdd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 11011101
Octal 374 353 335
Decimal 252 235 221
Hex FC EB DD

RGB Percentages of Color #fcebdd

%35.59
%33.19
%31.21

CMYK Percentages of Color #fcebdd

%0
%7
%12
%1

Triadic Colors of #fcebdd

#fcebdd #ddfceb #ebddfc

Analogous Colors of #fcebdd

#fcebdd #fcfbdd #fcdddf

Monochromatic Colors of #fcebdd

#fcebdd

Complementary Color

#fcebdd #ddeefc

#fcebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcebdd Color CSS Codes

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

#fcebdd Text Font Color

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

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


#fcebdd Background Color

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

This div background color is #fcebdd


#fcebdd Border Color

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

This div border color is #fcebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcebdd

#fcebdd Color Palettes


Comments

No comments written yet.

Please login to write comment.