Color Hex Logo

#fcafe5 Color Hex

#FCAFE5
(252,175,229)
0 Favorites   0 Comments

Color spaces of #fcafe5

RGB 252175229
HSL0.880.930.84
HSV318°31°99°
CMYK 0.000.310.09   0.01
XYZ69.617757.012581.4640
Yxy57.01250.33450.2740
Hunter Lab75.506632.4418-11.1133
CIE-Lab80.186636.1124-15.7259

#fcafe5 color RGB value is (252,175,229).

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

The process color (four color CMYK) of #fcafe5 color hex is 0.00, 0.31, 0.09, 0.01. Web safe color of #fcafe5 is #ff99cc. Color #fcafe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11100101
Octal 374 257 345
Decimal 252 175 229
Hex FC AF E5

RGB Percentages of Color #fcafe5

%38.41
%26.68
%34.91

CMYK Percentages of Color #fcafe5

%0
%31
%9
%1

Triadic Colors of #fcafe5

#fcafe5 #e5fcaf #afe5fc

Analogous Colors of #fcafe5

#fcafe5 #fcafbf #edaffc

Monochromatic Colors of #fcafe5

#fcafe5

Complementary Color

#fcafe5 #affcc6

#fcafe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafe5 Color CSS Codes

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

#fcafe5 Text Font Color

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

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


#fcafe5 Background Color

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

This div background color is #fcafe5


#fcafe5 Border Color

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

This div border color is #fcafe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafe5

#fcafe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.