Color Hex Logo

#fcaec8 Color Hex

#FCAEC8
(252,174,200)
0 Favorites   0 Comments

Color spaces of #fcaec8

RGB 252174200
HSL0.940.930.84
HSV340°31°99°
CMYK 0.000.310.21   0.01
XYZ65.706355.137761.8231
Yxy55.13770.35970.3018
Hunter Lab74.254828.00462.6146
CIE-Lab79.120532.1036-1.6118

#fcaec8 color RGB value is (252,174,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11001000
Octal 374 256 310
Decimal 252 174 200
Hex FC AE C8

RGB Percentages of Color #fcaec8

%40.26
%27.80
%31.95

CMYK Percentages of Color #fcaec8

%0
%31
%21
%1

Triadic Colors of #fcaec8

#fcaec8 #c8fcae #aec8fc

Analogous Colors of #fcaec8

#fcaec8 #fcbbae #fcaeef

Monochromatic Colors of #fcaec8

#fcaec8

Complementary Color

#fcaec8 #aefce2

#fcaec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaec8 Color CSS Codes

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

#fcaec8 Text Font Color

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

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


#fcaec8 Background Color

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

This div background color is #fcaec8


#fcaec8 Border Color

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

This div border color is #fcaec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaec8

Related Colors


Comments

No comments written yet.

Please login to write comment.