Color Hex Logo

#fcaadc Color Hex

#FCAADC
(252,170,220)
0 Favorites   0 Comments

Color spaces of #fcaadc

RGB 252170220
HSL0.900.930.83
HSV323°33°99°
CMYK 0.000.330.13   0.01
XYZ67.437954.612274.6970
Yxy54.61220.34280.2776
Hunter Lab73.900133.5660-8.1993
CIE-Lab78.817437.2603-12.9133

#fcaadc color RGB value is (252,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 11011100
Octal 374 252 334
Decimal 252 170 220
Hex FC AA DC

RGB Percentages of Color #fcaadc

%39.25
%26.48
%34.27

CMYK Percentages of Color #fcaadc

%0
%33
%13
%1

Triadic Colors of #fcaadc

#fcaadc #dcfcaa #aadcfc

Analogous Colors of #fcaadc

#fcaadc #fcaab3 #f3aafc

Monochromatic Colors of #fcaadc

#fcaadc

Complementary Color

#fcaadc #aafcca

#fcaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaadc Color CSS Codes

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

#fcaadc Text Font Color

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

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


#fcaadc Background Color

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

This div background color is #fcaadc


#fcaadc Border Color

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

This div border color is #fcaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaadc

Related Colors


Comments

No comments written yet.

Please login to write comment.