Color Hex Logo

#fcaddc Color Hex

#FCADDC
(252,173,220)
0 Favorites   0 Comments

Color spaces of #fcaddc

RGB 252173220
HSL0.900.930.83
HSV324°31°99°
CMYK 0.000.310.13   0.01
XYZ68.006755.749974.8866
Yxy55.74990.34240.2807
Hunter Lab74.665931.9150-7.1992
CIE-Lab79.471335.6921-11.9350

#fcaddc color RGB value is (252,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11011100
Octal 374 255 334
Decimal 252 173 220
Hex FC AD DC

RGB Percentages of Color #fcaddc

%39.07
%26.82
%34.11

CMYK Percentages of Color #fcaddc

%0
%31
%13
%1

Triadic Colors of #fcaddc

#fcaddc #dcfcad #addcfc

Analogous Colors of #fcaddc

#fcaddc #fcadb5 #f5adfc

Monochromatic Colors of #fcaddc

#fcaddc

Complementary Color

#fcaddc #adfccd

#fcaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaddc Color CSS Codes

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

#fcaddc Text Font Color

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

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


#fcaddc Background Color

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

This div background color is #fcaddc


#fcaddc Border Color

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

This div border color is #fcaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaddc


Comments

No comments written yet.

Please login to write comment.