color codes Logo

#fcaddd color codes

#FCADDD
(252,173,221)
0 Favorites   0 Comments

Color spaces of #fcaddd

RGB 252173221
HSL0.900.930.83
HSV324°31°99°
CMYK 0.000.310.12   0.01
XYZ68.139655.803075.5863
Yxy55.80300.34150.2797
Hunter Lab74.701432.0930-7.7014
CIE-Lab79.501635.8526-12.4309

#fcaddd color RGB value is (252,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11011101
Octal 374 255 335
Decimal 252 173 221
Hex FC AD DD

RGB Percentages of Color #fcaddd

%39.01
%26.78
%34.21

CMYK Percentages of Color #fcaddd

%0
%31
%12
%1

Triadic Colors of #fcaddd

#fcaddd #ddfcad #adddfc

Analogous Colors of #fcaddd

#fcaddd #fcadb6 #f4adfc

Monochromatic Colors of #fcaddd

#fcaddd

Complementary Color

#fcaddd #adfccc

#fcaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaddd Color CSS Codes

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

#fcaddd Text Font Color

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

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


#fcaddd Background Color

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

This div background color is #fcaddd


#fcaddd Border Color

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

This div border color is #fcaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaddd


Comments

No comments written yet.

Please login to write comment.