Color Hex Logo

#fca9ea Color Hex

#FCA9EA
(252,169,234)
0 Favorites   0 Comments

Color spaces of #fca9ea

RGB 252169234
HSL0.870.930.83
HSV313°33°99°
CMYK 0.000.330.07   0.01
XYZ69.184155.011984.8139
Yxy55.01190.33100.2632
Hunter Lab74.170036.7032-15.8795
CIE-Lab79.048140.0820-20.1442

#fca9ea color RGB value is (252,169,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 11101010
Octal 374 251 352
Decimal 252 169 234
Hex FC A9 EA

RGB Percentages of Color #fca9ea

%38.47
%25.80
%35.73

CMYK Percentages of Color #fca9ea

%0
%33
%7
%1

Triadic Colors of #fca9ea

#fca9ea #eafca9 #a9eafc

Analogous Colors of #fca9ea

#fca9ea #fca9c1 #e5a9fc

Monochromatic Colors of #fca9ea

#fca9ea

Complementary Color

#fca9ea #a9fcbb

#fca9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca9ea Color CSS Codes

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

#fca9ea Text Font Color

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

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


#fca9ea Background Color

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

This div background color is #fca9ea


#fca9ea Border Color

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

This div border color is #fca9ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,169,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 #fca9ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca9ea


Comments

No comments written yet.

Please login to write comment.