Color Hex Logo

#fdcae6 Color Hex

#FDCAE6
(253,202,230)
0 Favorites   0 Comments

Color spaces of #fdcae6

RGB 253202230
HSL0.910.930.89
HSV327°20°99°
CMYK 0.000.200.09   0.01
XYZ75.911568.836984.1488
Yxy68.83690.33160.3007
Hunter Lab82.968018.1244-2.0562
CIE-Lab86.423222.4228-6.9462

#fdcae6 color RGB value is (253,202,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11100110
Octal 375 312 346
Decimal 253 202 230
Hex FD CA E6

RGB Percentages of Color #fdcae6

%36.93
%29.49
%33.58

CMYK Percentages of Color #fdcae6

%0
%20
%9
%1

Triadic Colors of #fdcae6

#fdcae6 #e6fdca #cae6fd

Analogous Colors of #fdcae6

#fdcae6 #fdcacd #fbcafd

Monochromatic Colors of #fdcae6

#fdcae6

Complementary Color

#fdcae6 #cafde1

#fdcae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcae6 Color CSS Codes

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

#fdcae6 Text Font Color

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

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


#fdcae6 Background Color

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

This div background color is #fdcae6


#fdcae6 Border Color

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

This div border color is #fdcae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcae6

Related Colors


Comments

No comments written yet.

Please login to write comment.