Color Hex Logo

#fcafe3 Color Hex

#FCAFE3
(252,175,227)
0 Favorites   0 Comments

Color spaces of #fcafe3

RGB 252175227
HSL0.890.930.84
HSV319°31°99°
CMYK 0.000.310.10   0.01
XYZ69.340056.901480.0015
Yxy56.90140.33620.2759
Hunter Lab75.433032.0741-10.0777
CIE-Lab80.124135.7818-14.7406

#fcafe3 color RGB value is (252,175,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11100011
Octal 374 257 343
Decimal 252 175 227
Hex FC AF E3

RGB Percentages of Color #fcafe3

%38.53
%26.76
%34.71

CMYK Percentages of Color #fcafe3

%0
%31
%10
%1

Triadic Colors of #fcafe3

#fcafe3 #e3fcaf #afe3fc

Analogous Colors of #fcafe3

#fcafe3 #fcafbd #efaffc

Monochromatic Colors of #fcafe3

#fcafe3

Complementary Color

#fcafe3 #affcc8

#fcafe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafe3 Color CSS Codes

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

#fcafe3 Text Font Color

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

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


#fcafe3 Background Color

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

This div background color is #fcafe3


#fcafe3 Border Color

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

This div border color is #fcafe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafe3


Comments

No comments written yet.

Please login to write comment.