Color Hex Logo

#fccca2 Color Hex

#FCCCA2
(252,204,162)
0 Favorites   0 Comments

Color spaces of #fccca2

RGB 252204162
HSL0.080.940.81
HSV28°36°99°
CMYK 0.000.190.36   0.01
XYZ68.259366.489843.4186
Yxy66.48980.38310.3732
Hunter Lab81.54136.727525.5085
CIE-Lab85.245611.355527.3522

#fccca2 color RGB value is (252,204,162).

#fccca2 hex color red value is 252, green value is 204 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fccca2 hue: 0.08 , saturation: 0.94 and the lightness value of fccca2 is 0.81.

The process color (four color CMYK) of #fccca2 color hex is 0.00, 0.19, 0.36, 0.01. Web safe color of #fccca2 is #ffcc99. Color #fccca2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10100010
Octal 374 314 242
Decimal 252 204 162
Hex FC CC A2

RGB Percentages of Color #fccca2

%40.78
%33.01
%26.21

CMYK Percentages of Color #fccca2

%0
%19
%36
%1

Triadic Colors of #fccca2

#fccca2 #a2fccc #cca2fc

Analogous Colors of #fccca2

#fccca2 #fcf9a2 #fca2a5

Monochromatic Colors of #fccca2

#fccca2

Complementary Color

#fccca2 #a2d2fc

#fccca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccca2 Color CSS Codes

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

#fccca2 Text Font Color

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

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


#fccca2 Background Color

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

This div background color is #fccca2


#fccca2 Border Color

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

This div border color is #fccca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccca2

Related Colors


Comments

No comments written yet.

Please login to write comment.