Color Hex Logo

#fcafde Color Hex

#FCAFDE
(252,175,222)
0 Favorites   0 Comments

Color spaces of #fcafde

RGB 252175222
HSL0.900.930.84
HSV323°31°99°
CMYK 0.000.310.12   0.01
XYZ68.659756.629376.4190
Yxy56.62930.34040.2807
Hunter Lab75.252431.1701-7.5324
CIE-Lab79.970634.9664-12.2701

#fcafde color RGB value is (252,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 11011110
Octal 374 257 336
Decimal 252 175 222
Hex FC AF DE

RGB Percentages of Color #fcafde

%38.83
%26.96
%34.21

CMYK Percentages of Color #fcafde

%0
%31
%12
%1

Triadic Colors of #fcafde

#fcafde #defcaf #afdefc

Analogous Colors of #fcafde

#fcafde #fcafb8 #f4affc

Monochromatic Colors of #fcafde

#fcafde

Complementary Color

#fcafde #affccd

#fcafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafde Color CSS Codes

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

#fcafde Text Font Color

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

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


#fcafde Background Color

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

This div background color is #fcafde


#fcafde Border Color

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

This div border color is #fcafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafde

Related Colors

#fcafde Color Palettes


Comments

No comments written yet.

Please login to write comment.