Color Hex Logo

#fcafe1 Color Hex

#FCAFE1
(252,175,225)
0 Favorites   0 Comments

Color spaces of #fcafe1

RGB 252175225
HSL0.890.930.84
HSV321°31°99°
CMYK 0.000.310.11   0.01
XYZ69.065556.791678.5559
Yxy56.79160.33790.2778
Hunter Lab75.360231.7099-9.0521
CIE-Lab80.062235.4537-13.7536

#fcafe1 color RGB value is (252,175,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11100001
Octal 374 257 341
Decimal 252 175 225
Hex FC AF E1

RGB Percentages of Color #fcafe1

%38.65
%26.84
%34.51

CMYK Percentages of Color #fcafe1

%0
%31
%11
%1

Triadic Colors of #fcafe1

#fcafe1 #e1fcaf #afe1fc

Analogous Colors of #fcafe1

#fcafe1 #fcafbb #f1affc

Monochromatic Colors of #fcafe1

#fcafe1

Complementary Color

#fcafe1 #affcca

#fcafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafe1 Color CSS Codes

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

#fcafe1 Text Font Color

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

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


#fcafe1 Background Color

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

This div background color is #fcafe1


#fcafe1 Border Color

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

This div border color is #fcafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafe1


Comments

No comments written yet.

Please login to write comment.