Color Hex Logo

#fcdddc Color Hex

#FCDDDC
(252,221,220)
0 Favorites   0 Comments

Color spaces of #fcdddc

RGB 252221220
HSL0.010.840.93
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ78.919677.575778.5242
Yxy77.57570.33580.3301
Hunter Lab88.07715.80638.7946
CIE-Lab90.585910.52844.4148

#fcdddc color RGB value is (252,221,220).

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

The process color (four color CMYK) of #fcdddc color hex is 0.00, 0.12, 0.13, 0.01. Web safe color of #fcdddc is #ffcccc. Color #fcdddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11011100
Octal 374 335 334
Decimal 252 221 220
Hex FC DD DC

RGB Percentages of Color #fcdddc

%36.36
%31.89
%31.75

CMYK Percentages of Color #fcdddc

%0
%12
%13
%1

Triadic Colors of #fcdddc

#fcdddc #dcfcdd #dddcfc

Analogous Colors of #fcdddc

#fcdddc #fceddc #fcdceb

Monochromatic Colors of #fcdddc

#fcdddc

Complementary Color

#fcdddc #dcfbfc

#fcdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdddc Color CSS Codes

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

#fcdddc Text Font Color

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

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


#fcdddc Background Color

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

This div background color is #fcdddc


#fcdddc Border Color

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

This div border color is #fcdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdddc


Comments

No comments written yet.

Please login to write comment.