Color Hex Logo

#fdcad7 Color Hex

#FDCAD7
(253,202,215)
0 Favorites   0 Comments

Color spaces of #fdcad7

RGB 253202215
HSL0.960.930.89
HSV345°20°99°
CMYK 0.000.200.15   0.01
XYZ73.894368.030073.5264
Yxy68.03000.34300.3158
Hunter Lab82.480315.57814.8826
CIE-Lab86.021420.00850.4338

#fdcad7 color RGB value is (253,202,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11010111
Octal 375 312 327
Decimal 253 202 215
Hex FD CA D7

RGB Percentages of Color #fdcad7

%37.76
%30.15
%32.09

CMYK Percentages of Color #fdcad7

%0
%20
%15
%1

Triadic Colors of #fdcad7

#fdcad7 #d7fdca #cad7fd

Analogous Colors of #fdcad7

#fdcad7 #fdd7ca #fdcaf1

Monochromatic Colors of #fdcad7

#fdcad7

Complementary Color

#fdcad7 #cafdf0

#fdcad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcad7 Color CSS Codes

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

#fdcad7 Text Font Color

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

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


#fdcad7 Background Color

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

This div background color is #fdcad7


#fdcad7 Border Color

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

This div border color is #fdcad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcad7

Related Colors


Comments

No comments written yet.

Please login to write comment.