Color Hex Logo

#fdcad9 Color Hex

#FDCAD9
(253,202,217)
0 Favorites   0 Comments

Color spaces of #fdcad9

RGB 253202217
HSL0.950.930.89
HSV342°20°99°
CMYK 0.000.200.14   0.01
XYZ74.152968.133574.8884
Yxy68.13350.34140.3137
Hunter Lab82.543015.90603.9884
CIE-Lab86.073220.3213-0.5538

#fdcad9 color RGB value is (253,202,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11011001
Octal 375 312 331
Decimal 253 202 217
Hex FD CA D9

RGB Percentages of Color #fdcad9

%37.65
%30.06
%32.29

CMYK Percentages of Color #fdcad9

%0
%20
%14
%1

Triadic Colors of #fdcad9

#fdcad9 #d9fdca #cad9fd

Analogous Colors of #fdcad9

#fdcad9 #fdd5ca #fdcaf3

Monochromatic Colors of #fdcad9

#fdcad9

Complementary Color

#fdcad9 #cafdee

#fdcad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcad9 Color CSS Codes

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

#fdcad9 Text Font Color

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

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


#fdcad9 Background Color

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

This div background color is #fdcad9


#fdcad9 Border Color

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

This div border color is #fdcad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcad9

Related Colors


Comments

No comments written yet.

Please login to write comment.