Color Hex Logo

#fcafe4 Color Hex

#FCAFE4
(252,175,228)
0 Favorites   0 Comments

Color spaces of #fcafe4

RGB 252175228
HSL0.890.930.84
HSV319°31°99°
CMYK 0.000.310.10   0.01
XYZ69.478456.956880.7306
Yxy56.95680.33540.2749
Hunter Lab75.469732.2574-10.5942
CIE-Lab80.155335.9466-15.2334

#fcafe4 color RGB value is (252,175,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11100100
Octal 374 257 344
Decimal 252 175 228
Hex FC AF E4

RGB Percentages of Color #fcafe4

%38.47
%26.72
%34.81

CMYK Percentages of Color #fcafe4

%0
%31
%10
%1

Triadic Colors of #fcafe4

#fcafe4 #e4fcaf #afe4fc

Analogous Colors of #fcafe4

#fcafe4 #fcafbe #eeaffc

Monochromatic Colors of #fcafe4

#fcafe4

Complementary Color

#fcafe4 #affcc7

#fcafe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafe4 Color CSS Codes

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

#fcafe4 Text Font Color

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

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


#fcafe4 Background Color

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

This div background color is #fcafe4


#fcafe4 Border Color

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

This div border color is #fcafe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafe4


Comments

No comments written yet.

Please login to write comment.