Color Hex Logo

#fcaeb5 Color Hex

#FCAEB5
(252,174,181)
0 Favorites   0 Comments

Color spaces of #fcaeb5

RGB 252174181
HSL0.990.930.84
HSV355°31°99°
CMYK 0.000.310.28   0.01
XYZ63.621454.303750.8445
Yxy54.30370.37700.3218
Hunter Lab73.691025.149210.6755
CIE-Lab78.638529.45488.0057

#fcaeb5 color RGB value is (252,174,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10110101
Octal 374 256 265
Decimal 252 174 181
Hex FC AE B5

RGB Percentages of Color #fcaeb5

%41.52
%28.67
%29.82

CMYK Percentages of Color #fcaeb5

%0
%31
%28
%1

Triadic Colors of #fcaeb5

#fcaeb5 #b5fcae #aeb5fc

Analogous Colors of #fcaeb5

#fcaeb5 #fcceae #fcaedc

Monochromatic Colors of #fcaeb5

#fcaeb5

Complementary Color

#fcaeb5 #aefcf5

#fcaeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeb5 Color CSS Codes

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

#fcaeb5 Text Font Color

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

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


#fcaeb5 Background Color

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

This div background color is #fcaeb5


#fcaeb5 Border Color

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

This div border color is #fcaeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeb5

Related Colors

#fcaeb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.