Color Hex Logo

#fccacd Color Hex

#FCCACD
(252,202,205)
0 Favorites   0 Comments

Color spaces of #fccacd

RGB 252202205
HSL0.990.890.89
HSV356°20°99°
CMYK 0.000.200.19   0.01
XYZ72.284967.344366.9465
Yxy67.34430.34990.3260
Hunter Lab82.063613.61879.0764
CIE-Lab85.677518.12865.2394

#fccacd color RGB value is (252,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11001101
Octal 374 312 315
Decimal 252 202 205
Hex FC CA CD

RGB Percentages of Color #fccacd

%38.24
%30.65
%31.11

CMYK Percentages of Color #fccacd

%0
%20
%19
%1

Triadic Colors of #fccacd

#fccacd #cdfcca #cacdfc

Analogous Colors of #fccacd

#fccacd #fce0ca #fccae6

Monochromatic Colors of #fccacd

#fccacd

Complementary Color

#fccacd #cafcf9

#fccacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccacd Color CSS Codes

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

#fccacd Text Font Color

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

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


#fccacd Background Color

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

This div background color is #fccacd


#fccacd Border Color

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

This div border color is #fccacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccacd


Comments

No comments written yet.

Please login to write comment.