Color Hex Logo

#fdcdd0 Color Hex

#FDCDD0
(253,205,208)
0 Favorites   0 Comments

Color spaces of #fdcdd0

RGB 253205208
HSL0.990.920.90
HSV356°19°99°
CMYK 0.000.190.18   0.01
XYZ73.724569.099469.1263
Yxy69.09940.34780.3260
Hunter Lab83.126012.84118.8836
CIE-Lab86.553217.36384.9231

#fdcdd0 color RGB value is (253,205,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001101 11010000
Octal 375 315 320
Decimal 253 205 208
Hex FD CD D0

RGB Percentages of Color #fdcdd0

%37.99
%30.78
%31.23

CMYK Percentages of Color #fdcdd0

%0
%19
%18
%1

Triadic Colors of #fdcdd0

#fdcdd0 #d0fdcd #cdd0fd

Analogous Colors of #fdcdd0

#fdcdd0 #fde2cd #fdcde8

Monochromatic Colors of #fdcdd0

#fdcdd0

Complementary Color

#fdcdd0 #cdfdfa

#fdcdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcdd0 Color CSS Codes

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

#fdcdd0 Text Font Color

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

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


#fdcdd0 Background Color

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

This div background color is #fdcdd0


#fdcdd0 Border Color

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

This div border color is #fdcdd0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,205,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcdd0


Comments

No comments written yet.

Please login to write comment.