Color Hex Logo

#fcafd0 Color Hex

#FCAFD0
(252,175,208)
0 Favorites   0 Comments

Color spaces of #fcafd0

RGB 252175208
HSL0.930.930.84
HSV334°31°99°
CMYK 0.000.310.17   0.01
XYZ66.860055.909566.9422
Yxy55.90950.35240.2947
Hunter Lab74.772728.7585-0.7401
CIE-Lab79.562332.7720-5.3005

#fcafd0 color RGB value is (252,175,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11010000
Octal 374 257 320
Decimal 252 175 208
Hex FC AF D0

RGB Percentages of Color #fcafd0

%39.69
%27.56
%32.76

CMYK Percentages of Color #fcafd0

%0
%31
%17
%1

Triadic Colors of #fcafd0

#fcafd0 #d0fcaf #afd0fc

Analogous Colors of #fcafd0

#fcafd0 #fcb5af #fcaff7

Monochromatic Colors of #fcafd0

#fcafd0

Complementary Color

#fcafd0 #affcdb

#fcafd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafd0 Color CSS Codes

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

#fcafd0 Text Font Color

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

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


#fcafd0 Background Color

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

This div background color is #fcafd0


#fcafd0 Border Color

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

This div border color is #fcafd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafd0


Comments

No comments written yet.

Please login to write comment.