Color Hex Logo

#fcecdb Color Hex

#FCECDB
(252,236,219)
0 Favorites   0 Comments

Color spaces of #fcecdb

RGB 252236219
HSL0.090.850.92
HSV31°13°99°
CMYK 0.000.060.13   0.01
XYZ82.926585.800879.2084
Yxy85.80080.33450.3461
Hunter Lab92.6287-2.296914.1402
CIE-Lab94.22712.656210.1733

#fcecdb color RGB value is (252,236,219).

#fcecdb hex color red value is 252, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fcecdb hue: 0.09 , saturation: 0.85 and the lightness value of fcecdb is 0.92.

The process color (four color CMYK) of #fcecdb color hex is 0.00, 0.06, 0.13, 0.01. Web safe color of #fcecdb is #ffffcc. Color #fcecdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 11011011
Octal 374 354 333
Decimal 252 236 219
Hex FC EC DB

RGB Percentages of Color #fcecdb

%35.64
%33.38
%30.98

CMYK Percentages of Color #fcecdb

%0
%6
%13
%1

Triadic Colors of #fcecdb

#fcecdb #dbfcec #ecdbfc

Analogous Colors of #fcecdb

#fcecdb #fcfcdb #fcdcdb

Monochromatic Colors of #fcecdb

#fcecdb

Complementary Color

#fcecdb #dbebfc

#fcecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcecdb Color CSS Codes

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

#fcecdb Text Font Color

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

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


#fcecdb Background Color

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

This div background color is #fcecdb


#fcecdb Border Color

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

This div border color is #fcecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcecdb

#fcecdb Color Palettes


Comments

No comments written yet.

Please login to write comment.