Color Hex Logo

#fcaeb6 Color Hex

#FCAEB6
(252,174,182)
0 Favorites   0 Comments

Color spaces of #fcaeb6

RGB 252174182
HSL0.980.930.84
HSV354°31°99°
CMYK 0.000.310.28   0.01
XYZ63.724454.344951.3869
Yxy54.34490.37610.3207
Hunter Lab73.719025.291310.2743
CIE-Lab78.662429.58767.4971

#fcaeb6 color RGB value is (252,174,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10110110
Octal 374 256 266
Decimal 252 174 182
Hex FC AE B6

RGB Percentages of Color #fcaeb6

%41.45
%28.62
%29.93

CMYK Percentages of Color #fcaeb6

%0
%31
%28
%1

Triadic Colors of #fcaeb6

#fcaeb6 #b6fcae #aeb6fc

Analogous Colors of #fcaeb6

#fcaeb6 #fccdae #fcaedd

Monochromatic Colors of #fcaeb6

#fcaeb6

Complementary Color

#fcaeb6 #aefcf4

#fcaeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeb6 Color CSS Codes

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

#fcaeb6 Text Font Color

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

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


#fcaeb6 Background Color

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

This div background color is #fcaeb6


#fcaeb6 Border Color

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

This div border color is #fcaeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeb6

Related Colors


Comments

No comments written yet.

Please login to write comment.