Color Hex Logo

#fcdcea Color Hex

#FCDCEA
(252,220,234)
0 Favorites   0 Comments

Color spaces of #fcdcea

RGB 252220234
HSL0.930.840.93
HSV334°13°99°
CMYK 0.000.130.07   0.01
XYZ80.589477.822488.6156
Yxy77.82240.32620.3150
Hunter Lab88.21708.68642.1940
CIE-Lab90.698813.3333-2.7662

#fcdcea color RGB value is (252,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 11101010
Octal 374 334 352
Decimal 252 220 234
Hex FC DC EA

RGB Percentages of Color #fcdcea

%35.69
%31.16
%33.14

CMYK Percentages of Color #fcdcea

%0
%13
%7
%1

Triadic Colors of #fcdcea

#fcdcea #eafcdc #dceafc

Analogous Colors of #fcdcea

#fcdcea #fcdedc #fcdcfa

Monochromatic Colors of #fcdcea

#fcdcea

Complementary Color

#fcdcea #dcfcee

#fcdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcea Color CSS Codes

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

#fcdcea Text Font Color

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

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


#fcdcea Background Color

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

This div background color is #fcdcea


#fcdcea Border Color

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

This div border color is #fcdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcea

Related Colors


Comments

No comments written yet.

Please login to write comment.