Color Hex Logo

#fcd2eb Color Hex

#FCD2EB
(252,210,235)
0 Favorites   0 Comments

Color spaces of #fcd2eb

RGB 252210235
HSL0.900.880.91
HSV324°17°99°
CMYK 0.000.170.07   0.01
XYZ78.186972.786888.5256
Yxy72.78680.32650.3039
Hunter Lab85.315214.2843-1.8005
CIE-Lab88.345918.7247-6.7597

#fcd2eb color RGB value is (252,210,235).

#fcd2eb hex color red value is 252, green value is 210 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fcd2eb hue: 0.90 , saturation: 0.88 and the lightness value of fcd2eb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 11101011
Octal 374 322 353
Decimal 252 210 235
Hex FC D2 EB

RGB Percentages of Color #fcd2eb

%36.15
%30.13
%33.72

CMYK Percentages of Color #fcd2eb

%0
%17
%7
%1

Triadic Colors of #fcd2eb

#fcd2eb #ebfcd2 #d2ebfc

Analogous Colors of #fcd2eb

#fcd2eb #fcd2d6 #f8d2fc

Monochromatic Colors of #fcd2eb

#fcd2eb

Complementary Color

#fcd2eb #d2fce3

#fcd2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd2eb Color CSS Codes

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

#fcd2eb Text Font Color

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

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


#fcd2eb Background Color

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

This div background color is #fcd2eb


#fcd2eb Border Color

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

This div border color is #fcd2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd2eb

Related Colors


Comments

No comments written yet.

Please login to write comment.