Color Hex Logo

#fcaeea Color Hex

#FCAEEA
(252,174,234)
0 Favorites   0 Comments

Color spaces of #fcaeea

RGB 252174234
HSL0.870.930.84
HSV314°31°99°
CMYK 0.000.310.07   0.01
XYZ70.132256.908185.1299
Yxy56.90810.33050.2682
Hunter Lab75.437533.9312-14.1015
CIE-Lab80.127937.4732-18.5108

#fcaeea color RGB value is (252,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11101010
Octal 374 256 352
Decimal 252 174 234
Hex FC AE EA

RGB Percentages of Color #fcaeea

%38.18
%26.36
%35.45

CMYK Percentages of Color #fcaeea

%0
%31
%7
%1

Triadic Colors of #fcaeea

#fcaeea #eafcae #aeeafc

Analogous Colors of #fcaeea

#fcaeea #fcaec3 #e7aefc

Monochromatic Colors of #fcaeea

#fcaeea

Complementary Color

#fcaeea #aefcc0

#fcaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaeea Color CSS Codes

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

#fcaeea Text Font Color

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

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


#fcaeea Background Color

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

This div background color is #fcaeea


#fcaeea Border Color

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

This div border color is #fcaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaeea


Comments

No comments written yet.

Please login to write comment.