Color Hex Logo

#fca9de Color Hex

#FCA9DE
(252,169,222)
0 Favorites   0 Comments

Color spaces of #fca9de

RGB 252169222
HSL0.890.930.83
HSV322°33°99°
CMYK 0.000.330.12   0.01
XYZ67.517754.345376.0384
Yxy54.34530.34120.2746
Hunter Lab73.719334.4751-9.5517
CIE-Lab78.662638.1030-14.2297

#fca9de color RGB value is (252,169,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 11011110
Octal 374 251 336
Decimal 252 169 222
Hex FC A9 DE

RGB Percentages of Color #fca9de

%39.19
%26.28
%34.53

CMYK Percentages of Color #fca9de

%0
%33
%12
%1

Triadic Colors of #fca9de

#fca9de #defca9 #a9defc

Analogous Colors of #fca9de

#fca9de #fca9b5 #f1a9fc

Monochromatic Colors of #fca9de

#fca9de

Complementary Color

#fca9de #a9fcc7

#fca9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca9de Color CSS Codes

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

#fca9de Text Font Color

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

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


#fca9de Background Color

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

This div background color is #fca9de


#fca9de Border Color

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

This div border color is #fca9de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,169,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 #fca9de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca9de


Comments

No comments written yet.

Please login to write comment.