Color Hex Logo

#fcaeeb Color Hex

#FCAEEB
(252,174,235)
0 Favorites   0 Comments

Color spaces of #fcaeeb

RGB 252174235
HSL0.870.930.84
HSV313°31°99°
CMYK 0.000.310.07   0.01
XYZ70.276356.965785.8888
Yxy56.96570.32970.2673
Hunter Lab75.475634.1212-14.6371
CIE-Lab80.160337.6427-19.0008

#fcaeeb color RGB value is (252,174,235).

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

The process color (four color CMYK) of #fcaeeb color hex is 0.00, 0.31, 0.07, 0.01. Web safe color of #fcaeeb is #ff99ff. Color #fcaeeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11101011
Octal 374 256 353
Decimal 252 174 235
Hex FC AE EB

RGB Percentages of Color #fcaeeb

%38.12
%26.32
%35.55

CMYK Percentages of Color #fcaeeb

%0
%31
%7
%1

Triadic Colors of #fcaeeb

#fcaeeb #ebfcae #aeebfc

Analogous Colors of #fcaeeb

#fcaeeb #fcaec4 #e6aefc

Monochromatic Colors of #fcaeeb

#fcaeeb

Complementary Color

#fcaeeb #aefcbf

#fcaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeeb Color CSS Codes

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

#fcaeeb Text Font Color

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

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


#fcaeeb Background Color

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

This div background color is #fcaeeb


#fcaeeb Border Color

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

This div border color is #fcaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.