Color Hex Logo

#fcddec Color Hex

#FCDDEC
(252,221,236)
0 Favorites   0 Comments

Color spaces of #fcddec

RGB 252221236
HSL0.920.840.93
HSV331°12°99°
CMYK 0.000.120.06   0.01
XYZ81.141778.464590.2254
Yxy78.46450.32480.3141
Hunter Lab88.58028.49521.6149
CIE-Lab90.991413.1505-3.3856

#fcddec color RGB value is (252,221,236).

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

The process color (four color CMYK) of #fcddec color hex is 0.00, 0.12, 0.06, 0.01. Web safe color of #fcddec is #ffccff. Color #fcddec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11101100
Octal 374 335 354
Decimal 252 221 236
Hex FC DD EC

RGB Percentages of Color #fcddec

%35.54
%31.17
%33.29

CMYK Percentages of Color #fcddec

%0
%12
%6
%1

Triadic Colors of #fcddec

#fcddec #ecfcdd #ddecfc

Analogous Colors of #fcddec

#fcddec #fcdedd #fcddfc

Monochromatic Colors of #fcddec

#fcddec

Complementary Color

#fcddec #ddfced

#fcddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddec Color CSS Codes

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

#fcddec Text Font Color

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

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


#fcddec Background Color

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

This div background color is #fcddec


#fcddec Border Color

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

This div border color is #fcddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddec


Comments

No comments written yet.

Please login to write comment.