Color Hex Logo

#fdcadc Color Hex

#FDCADC
(253,202,220)
0 Favorites   0 Comments

Color spaces of #fdcadc

RGB 253202220
HSL0.940.930.89
HSV339°20°99°
CMYK 0.000.200.13   0.01
XYZ74.546868.291076.9626
Yxy68.29100.33920.3107
Hunter Lab82.638416.40502.6290
CIE-Lab86.151820.7961-2.0334

#fdcadc color RGB value is (253,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11011100
Octal 375 312 334
Decimal 253 202 220
Hex FD CA DC

RGB Percentages of Color #fdcadc

%37.48
%29.93
%32.59

CMYK Percentages of Color #fdcadc

%0
%20
%13
%1

Triadic Colors of #fdcadc

#fdcadc #dcfdca #cadcfd

Analogous Colors of #fdcadc

#fdcadc #fdd2ca #fdcaf6

Monochromatic Colors of #fdcadc

#fdcadc

Complementary Color

#fdcadc #cafdeb

#fdcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcadc Color CSS Codes

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

#fdcadc Text Font Color

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

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


#fdcadc Background Color

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

This div background color is #fdcadc


#fdcadc Border Color

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

This div border color is #fdcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcadc


Comments

No comments written yet.

Please login to write comment.