Color Hex Logo

#fcafca Color Hex

#FCAFCA
(252,175,202)
0 Favorites   0 Comments

Color spaces of #fcafca

RGB 252175202
HSL0.940.930.84
HSV339°31°99°
CMYK 0.000.310.20   0.01
XYZ66.135555.619763.1271
Yxy55.61970.35770.3008
Hunter Lab74.578627.77932.0190
CIE-Lab79.396931.8729-2.2916

#fcafca color RGB value is (252,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11001010
Octal 374 257 312
Decimal 252 175 202
Hex FC AF CA

RGB Percentages of Color #fcafca

%40.06
%27.82
%32.11

CMYK Percentages of Color #fcafca

%0
%31
%20
%1

Triadic Colors of #fcafca

#fcafca #cafcaf #afcafc

Analogous Colors of #fcafca

#fcafca #fcbbaf #fcaff1

Monochromatic Colors of #fcafca

#fcafca

Complementary Color

#fcafca #affce1

#fcafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafca Color CSS Codes

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

#fcafca Text Font Color

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

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


#fcafca Background Color

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

This div background color is #fcafca


#fcafca Border Color

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

This div border color is #fcafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafca


Comments

No comments written yet.

Please login to write comment.