Color Hex Logo

#fcace4 Color Hex

#FCACE4
(252,172,228)
0 Favorites   0 Comments

Color spaces of #fcace4

RGB 252172228
HSL0.880.930.83
HSV318°32°99°
CMYK 0.000.320.10   0.01
XYZ68.901055.801980.5382
Yxy55.80190.33570.2719
Hunter Lab74.700733.9153-11.6328
CIE-Lab79.500937.5159-16.2177

#fcace4 color RGB value is (252,172,228).

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

The process color (four color CMYK) of #fcace4 color hex is 0.00, 0.32, 0.10, 0.01. Web safe color of #fcace4 is #ff99cc. Color #fcace4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11100100
Octal 374 254 344
Decimal 252 172 228
Hex FC AC E4

RGB Percentages of Color #fcace4

%38.65
%26.38
%34.97

CMYK Percentages of Color #fcace4

%0
%32
%10
%1

Triadic Colors of #fcace4

#fcace4 #e4fcac #ace4fc

Analogous Colors of #fcace4

#fcace4 #fcacbc #ecacfc

Monochromatic Colors of #fcace4

#fcace4

Complementary Color

#fcace4 #acfcc4

#fcace4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcace4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcace4 Color CSS Codes

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

#fcace4 Text Font Color

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

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


#fcace4 Background Color

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

This div background color is #fcace4


#fcace4 Border Color

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

This div border color is #fcace4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcace4

Related Colors


Comments

No comments written yet.

Please login to write comment.