Color Hex Logo

#fcacea Color Hex

#FCACEA
(252,172,234)
0 Favorites   0 Comments

Color spaces of #fcacea

RGB 252172234
HSL0.870.930.83
HSV314°32°99°
CMYK 0.000.320.07   0.01
XYZ69.748756.141085.0020
Yxy56.14100.33070.2662
Hunter Lab74.927335.0402-14.8130
CIE-Lab79.694038.5183-19.1665

#fcacea color RGB value is (252,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11101010
Octal 374 254 352
Decimal 252 172 234
Hex FC AC EA

RGB Percentages of Color #fcacea

%38.30
%26.14
%35.56

CMYK Percentages of Color #fcacea

%0
%32
%7
%1

Triadic Colors of #fcacea

#fcacea #eafcac #aceafc

Analogous Colors of #fcacea

#fcacea #fcacc2 #e6acfc

Monochromatic Colors of #fcacea

#fcacea

Complementary Color

#fcacea #acfcbe

#fcacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacea Color CSS Codes

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

#fcacea Text Font Color

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

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


#fcacea Background Color

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

This div background color is #fcacea


#fcacea Border Color

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

This div border color is #fcacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacea

Related Colors


Comments

No comments written yet.

Please login to write comment.