Color Hex Logo

#fcafae Color Hex

#FCAFAE
(252,175,174)
0 Favorites   0 Comments

Color spaces of #fcafae

RGB 252175174
HSL0.000.930.84
HSV31°99°
CMYK 0.000.310.31   0.01
XYZ63.114854.411447.2203
Yxy54.41140.38310.3303
Hunter Lab73.764123.642913.6802
CIE-Lab78.701028.021311.8914

#fcafae color RGB value is (252,175,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10101110
Octal 374 257 256
Decimal 252 175 174
Hex FC AF AE

RGB Percentages of Color #fcafae

%41.93
%29.12
%28.95

CMYK Percentages of Color #fcafae

%0
%31
%31
%1

Triadic Colors of #fcafae

#fcafae #aefcaf #afaefc

Analogous Colors of #fcafae

#fcafae #fcd6ae #fcaed4

Monochromatic Colors of #fcafae

#fcafae

Complementary Color

#fcafae #aefbfc

#fcafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafae Color CSS Codes

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

#fcafae Text Font Color

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

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


#fcafae Background Color

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

This div background color is #fcafae


#fcafae Border Color

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

This div border color is #fcafae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafae


Comments

No comments written yet.

Please login to write comment.