Color Hex Logo

#fdcae9 Color Hex

#FDCAE9
(253,202,233)
0 Favorites   0 Comments

Color spaces of #fdcae9

RGB 253202233
HSL0.900.930.89
HSV324°20°99°
CMYK 0.000.200.08   0.01
XYZ76.336569.006986.3871
Yxy69.00690.32940.2978
Hunter Lab83.070418.6572-3.5080
CIE-Lab86.507522.9238-8.4141

#fdcae9 color RGB value is (253,202,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11101001
Octal 375 312 351
Decimal 253 202 233
Hex FD CA E9

RGB Percentages of Color #fdcae9

%36.77
%29.36
%33.87

CMYK Percentages of Color #fdcae9

%0
%20
%8
%1

Triadic Colors of #fdcae9

#fdcae9 #e9fdca #cae9fd

Analogous Colors of #fdcae9

#fdcae9 #fdcad0 #f8cafd

Monochromatic Colors of #fdcae9

#fdcae9

Complementary Color

#fdcae9 #cafdde

#fdcae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcae9 Color CSS Codes

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

#fdcae9 Text Font Color

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

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


#fdcae9 Background Color

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

This div background color is #fdcae9


#fdcae9 Border Color

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

This div border color is #fdcae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcae9

Related Colors


Comments

No comments written yet.

Please login to write comment.