Color Hex Logo

#fcaee9 Color Hex

#FCAEE9
(252,174,233)
0 Favorites   0 Comments

Color spaces of #fcaee9

RGB 252174233
HSL0.870.930.84
HSV315°31°99°
CMYK 0.000.310.08   0.01
XYZ69.988956.850784.3753
Yxy56.85070.33140.2692
Hunter Lab75.399433.7423-13.5686
CIE-Lab80.095537.3046-18.0205

#fcaee9 color RGB value is (252,174,233).

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

The process color (four color CMYK) of #fcaee9 color hex is 0.00, 0.31, 0.08, 0.01. Web safe color of #fcaee9 is #ff99ff. Color #fcaee9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11101001
Octal 374 256 351
Decimal 252 174 233
Hex FC AE E9

RGB Percentages of Color #fcaee9

%38.24
%26.40
%35.36

CMYK Percentages of Color #fcaee9

%0
%31
%8
%1

Triadic Colors of #fcaee9

#fcaee9 #e9fcae #aee9fc

Analogous Colors of #fcaee9

#fcaee9 #fcaec2 #e8aefc

Monochromatic Colors of #fcaee9

#fcaee9

Complementary Color

#fcaee9 #aefcc1

#fcaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaee9 Color CSS Codes

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

#fcaee9 Text Font Color

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

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


#fcaee9 Background Color

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

This div background color is #fcaee9


#fcaee9 Border Color

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

This div border color is #fcaee9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,174,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 #fcaee9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaee9


Comments

No comments written yet.

Please login to write comment.