Color Hex Logo

#fcddda Color Hex

#FCDDDA
(252,221,218)
0 Favorites   0 Comments

Color spaces of #fcddda

RGB 252221218
HSL0.010.850.92
HSV13°99°
CMYK 0.000.120.13   0.01
XYZ78.656277.470377.1373
Yxy77.47030.33720.3321
Hunter Lab88.01725.48569.6510
CIE-Lab90.537610.21325.3938

#fcddda color RGB value is (252,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11011010
Octal 374 335 332
Decimal 252 221 218
Hex FC DD DA

RGB Percentages of Color #fcddda

%36.47
%31.98
%31.55

CMYK Percentages of Color #fcddda

%0
%12
%13
%1

Triadic Colors of #fcddda

#fcddda #dafcdd #dddafc

Analogous Colors of #fcddda

#fcddda #fceeda #fcdae8

Monochromatic Colors of #fcddda

#fcddda

Complementary Color

#fcddda #daf9fc

#fcddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddda Color CSS Codes

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

#fcddda Text Font Color

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

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


#fcddda Background Color

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

This div background color is #fcddda


#fcddda Border Color

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

This div border color is #fcddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddda


Comments

No comments written yet.

Please login to write comment.