Color Hex Logo

#fcd0ea Color Hex

#FCD0EA
(252,208,234)
0 Favorites   0 Comments

Color spaces of #fcd0ea

RGB 252208234
HSL0.900.880.90
HSV325°17°99°
CMYK 0.000.170.07   0.01
XYZ77.552071.747787.6032
Yxy71.74770.32740.3029
Hunter Lab84.704015.1963-2.0265
CIE-Lab87.847019.6037-6.9693

#fcd0ea color RGB value is (252,208,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 11101010
Octal 374 320 352
Decimal 252 208 234
Hex FC D0 EA

RGB Percentages of Color #fcd0ea

%36.31
%29.97
%33.72

CMYK Percentages of Color #fcd0ea

%0
%17
%7
%1

Triadic Colors of #fcd0ea

#fcd0ea #eafcd0 #d0eafc

Analogous Colors of #fcd0ea

#fcd0ea #fcd0d4 #f8d0fc

Monochromatic Colors of #fcd0ea

#fcd0ea

Complementary Color

#fcd0ea #d0fce2

#fcd0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd0ea Color CSS Codes

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

#fcd0ea Text Font Color

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

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


#fcd0ea Background Color

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

This div background color is #fcd0ea


#fcd0ea Border Color

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

This div border color is #fcd0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd0ea


Comments

No comments written yet.

Please login to write comment.