Color Hex Logo

#fdcadd Color Hex

#FDCADD
(253,202,221)
0 Favorites   0 Comments

Color spaces of #fdcadd

RGB 253202221
HSL0.940.930.89
HSV338°20°99°
CMYK 0.000.200.13   0.01
XYZ74.679768.344277.6623
Yxy68.34420.33840.3097
Hunter Lab82.670616.57292.1712
CIE-Lab86.178320.9557-2.5260

#fdcadd color RGB value is (253,202,221).

#fdcadd hex color red value is 253, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fdcadd hue: 0.94 , saturation: 0.93 and the lightness value of fdcadd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11011101
Octal 375 312 335
Decimal 253 202 221
Hex FD CA DD

RGB Percentages of Color #fdcadd

%37.43
%29.88
%32.69

CMYK Percentages of Color #fdcadd

%0
%20
%13
%1

Triadic Colors of #fdcadd

#fdcadd #ddfdca #caddfd

Analogous Colors of #fdcadd

#fdcadd #fdd1ca #fdcaf7

Monochromatic Colors of #fdcadd

#fdcadd

Complementary Color

#fdcadd #cafdea

#fdcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcadd Color CSS Codes

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

#fdcadd Text Font Color

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

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


#fdcadd Background Color

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

This div background color is #fdcadd


#fdcadd Border Color

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

This div border color is #fdcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcadd

Related Colors


Comments

No comments written yet.

Please login to write comment.