Color Hex Logo

#fdcaed Color Hex

#FDCAED
(253,202,237)
0 Favorites   0 Comments

Color spaces of #fdcaed

RGB 253202237
HSL0.890.930.89
HSV319°20°99°
CMYK 0.000.200.06   0.01
XYZ76.914669.238189.4312
Yxy69.23810.32650.2939
Hunter Lab83.209419.3799-5.4766
CIE-Lab86.621823.6011-10.3666

#fdcaed color RGB value is (253,202,237).

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

The process color (four color CMYK) of #fdcaed color hex is 0.00, 0.20, 0.06, 0.01. Web safe color of #fdcaed is #ffccff. Color #fdcaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11101101
Octal 375 312 355
Decimal 253 202 237
Hex FD CA ED

RGB Percentages of Color #fdcaed

%36.56
%29.19
%34.25

CMYK Percentages of Color #fdcaed

%0
%20
%6
%1

Triadic Colors of #fdcaed

#fdcaed #edfdca #caedfd

Analogous Colors of #fdcaed

#fdcaed #fdcad4 #f4cafd

Monochromatic Colors of #fdcaed

#fdcaed

Complementary Color

#fdcaed #cafdda

#fdcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcaed Color CSS Codes

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

#fdcaed Text Font Color

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

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


#fdcaed Background Color

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

This div background color is #fdcaed


#fdcaed Border Color

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

This div border color is #fdcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcaed

Related Colors


Comments

No comments written yet.

Please login to write comment.