Color Hex Logo

#fdcdda Color Hex

#FDCDDA
(253,205,218)
1 Favorites   0 Comments

Color spaces of #fdcdda

RGB 253205218
HSL0.950.920.90
HSV344°19°99°
CMYK 0.000.190.14   0.01
XYZ74.994269.607275.8126
Yxy69.60720.34020.3158
Hunter Lab83.430914.44554.5256
CIE-Lab86.803818.9060-0.0173

#fdcdda color RGB value is (253,205,218).

#fdcdda hex color red value is 253, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fdcdda hue: 0.95 , saturation: 0.92 and the lightness value of fdcdda is 0.90.

The process color (four color CMYK) of #fdcdda color hex is 0.00, 0.19, 0.14, 0.01. Web safe color of #fdcdda is #ffcccc. Color #fdcdda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11011010
Octal 375 315 332
Decimal 253 205 218
Hex FD CD DA

RGB Percentages of Color #fdcdda

%37.43
%30.33
%32.25

CMYK Percentages of Color #fdcdda

%0
%19
%14
%1

Triadic Colors of #fdcdda

#fdcdda #dafdcd #cddafd

Analogous Colors of #fdcdda

#fdcdda #fdd8cd #fdcdf2

Monochromatic Colors of #fdcdda

#fdcdda

Complementary Color

#fdcdda #cdfdf0

#fdcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdda Color CSS Codes

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

#fdcdda Text Font Color

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

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


#fdcdda Background Color

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

This div background color is #fdcdda


#fdcdda Border Color

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

This div border color is #fdcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdda


Comments

No comments written yet.

Please login to write comment.