Color Hex Logo

#fcaebf Color Hex

#FCAEBF
(252,174,191)
1 Favorites   0 Comments

Color spaces of #fcaebf

RGB 252174191
HSL0.960.930.84
HSV347°31°99°
CMYK 0.000.310.24   0.01
XYZ64.684954.729156.4447
Yxy54.72910.36780.3112
Hunter Lab73.979126.61116.5482
CIE-Lab78.885030.81602.9311

#fcaebf color RGB value is (252,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10111111
Octal 374 256 277
Decimal 252 174 191
Hex FC AE BF

RGB Percentages of Color #fcaebf

%40.84
%28.20
%30.96

CMYK Percentages of Color #fcaebf

%0
%31
%24
%1

Triadic Colors of #fcaebf

#fcaebf #bffcae #aebffc

Analogous Colors of #fcaebf

#fcaebf #fcc4ae #fcaee6

Monochromatic Colors of #fcaebf

#fcaebf

Complementary Color

#fcaebf #aefceb

#fcaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaebf Color CSS Codes

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

#fcaebf Text Font Color

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

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


#fcaebf Background Color

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

This div background color is #fcaebf


#fcaebf Border Color

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

This div border color is #fcaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaebf

Related Colors


Comments

No comments written yet.

Please login to write comment.