Color Hex Logo

#fcaed3 Color Hex

#FCAED3
(252,174,211)
0 Favorites   0 Comments

Color spaces of #fcaed3

RGB 252174211
HSL0.920.930.84
HSV332°31°99°
CMYK 0.000.310.16   0.01
XYZ67.038855.670768.8402
Yxy55.67070.35000.2906
Hunter Lab74.612829.8079-2.4739
CIE-Lab79.426033.7553-7.1277

#fcaed3 color RGB value is (252,174,211).

#fcaed3 hex color red value is 252, green value is 174 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fcaed3 hue: 0.92 , saturation: 0.93 and the lightness value of fcaed3 is 0.84.

The process color (four color CMYK) of #fcaed3 color hex is 0.00, 0.31, 0.16, 0.01. Web safe color of #fcaed3 is #ff99cc. Color #fcaed3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11010011
Octal 374 256 323
Decimal 252 174 211
Hex FC AE D3

RGB Percentages of Color #fcaed3

%39.56
%27.32
%33.12

CMYK Percentages of Color #fcaed3

%0
%31
%16
%1

Triadic Colors of #fcaed3

#fcaed3 #d3fcae #aed3fc

Analogous Colors of #fcaed3

#fcaed3 #fcb0ae #fcaefa

Monochromatic Colors of #fcaed3

#fcaed3

Complementary Color

#fcaed3 #aefcd7

#fcaed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaed3 Color CSS Codes

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

#fcaed3 Text Font Color

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

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


#fcaed3 Background Color

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

This div background color is #fcaed3


#fcaed3 Border Color

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

This div border color is #fcaed3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,174,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcaed3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcaed3;
  -webkit-box-shadow: 1px 1px 3px 2px #fcaed3;
  box-shadow:         1px 1px 3px 2px #fcaed3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,174,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaed3

Related Colors


Comments

No comments written yet.

Please login to write comment.