Color Hex Logo

#fcaade Color Hex

#FCAADE
(252,170,222)
0 Favorites   0 Comments

Color spaces of #fcaade

RGB 252170222
HSL0.890.930.83
HSV322°33°99°
CMYK 0.000.330.12   0.01
XYZ67.704454.718876.1006
Yxy54.71880.34100.2756
Hunter Lab73.972233.9242-9.2155
CIE-Lab78.879037.5813-13.9050

#fcaade color RGB value is (252,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11011110
Octal 374 252 336
Decimal 252 170 222
Hex FC AA DE

RGB Percentages of Color #fcaade

%39.13
%26.40
%34.47

CMYK Percentages of Color #fcaade

%0
%33
%12
%1

Triadic Colors of #fcaade

#fcaade #defcaa #aadefc

Analogous Colors of #fcaade

#fcaade #fcaab5 #f1aafc

Monochromatic Colors of #fcaade

#fcaade

Complementary Color

#fcaade #aafcc8

#fcaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaade Color CSS Codes

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

#fcaade Text Font Color

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

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


#fcaade Background Color

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

This div background color is #fcaade


#fcaade Border Color

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

This div border color is #fcaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaade


Comments

No comments written yet.

Please login to write comment.