Color Hex Logo

#fccadd Color Hex

#FCCADD
(252,202,221)
0 Favorites   0 Comments

Color spaces of #fccadd

RGB 252202221
HSL0.940.890.89
HSV337°20°99°
CMYK 0.000.200.12   0.01
XYZ74.316668.157077.6453
Yxy68.15700.33760.3096
Hunter Lab82.557316.20742.0277
CIE-Lab86.084920.6092-2.6739

#fccadd color RGB value is (252,202,221).

#fccadd hex color red value is 252, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fccadd hue: 0.94 , saturation: 0.89 and the lightness value of fccadd is 0.89.

The process color (four color CMYK) of #fccadd color hex is 0.00, 0.20, 0.12, 0.01. Web safe color of #fccadd is #ffcccc. Color #fccadd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11011101
Octal 374 312 335
Decimal 252 202 221
Hex FC CA DD

RGB Percentages of Color #fccadd

%37.33
%29.93
%32.74

CMYK Percentages of Color #fccadd

%0
%20
%12
%1

Triadic Colors of #fccadd

#fccadd #ddfcca #caddfc

Analogous Colors of #fccadd

#fccadd #fcd0ca #fccaf6

Monochromatic Colors of #fccadd

#fccadd

Complementary Color

#fccadd #cafce9

#fccadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccadd Color CSS Codes

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

#fccadd Text Font Color

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

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


#fccadd Background Color

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

This div background color is #fccadd


#fccadd Border Color

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

This div border color is #fccadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccadd


Comments

No comments written yet.

Please login to write comment.