Color Hex Logo

#fcaebb Color Hex

#FCAEBB
(252,174,187)
0 Favorites   0 Comments

Color spaces of #fcaebb

RGB 252174187
HSL0.970.930.84
HSV350°31°99°
CMYK 0.000.310.26   0.01
XYZ64.250654.555454.1576
Yxy54.55540.37150.3154
Hunter Lab73.861626.01548.2299
CIE-Lab78.784530.26274.9578

#fcaebb color RGB value is (252,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10111011
Octal 374 256 273
Decimal 252 174 187
Hex FC AE BB

RGB Percentages of Color #fcaebb

%41.11
%28.38
%30.51

CMYK Percentages of Color #fcaebb

%0
%31
%26
%1

Triadic Colors of #fcaebb

#fcaebb #bbfcae #aebbfc

Analogous Colors of #fcaebb

#fcaebb #fcc8ae #fcaee2

Monochromatic Colors of #fcaebb

#fcaebb

Complementary Color

#fcaebb #aefcef

#fcaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaebb Color CSS Codes

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

#fcaebb Text Font Color

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

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


#fcaebb Background Color

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

This div background color is #fcaebb


#fcaebb Border Color

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

This div border color is #fcaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaebb


Comments

No comments written yet.

Please login to write comment.