Color Hex Logo

#fccca6 Color Hex

#FCCCA6
(252,204,166)
0 Favorites   0 Comments

Color spaces of #fccca6

RGB 252204166
HSL0.070.930.82
HSV27°34°99°
CMYK 0.000.190.34   0.01
XYZ68.620766.634445.3214
Yxy66.63440.38000.3690
Hunter Lab81.62997.200524.2228
CIE-Lab85.319011.828225.3588

#fccca6 color RGB value is (252,204,166).

#fccca6 hex color red value is 252, green value is 204 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fccca6 hue: 0.07 , saturation: 0.93 and the lightness value of fccca6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 10100110
Octal 374 314 246
Decimal 252 204 166
Hex FC CC A6

RGB Percentages of Color #fccca6

%40.51
%32.80
%26.69

CMYK Percentages of Color #fccca6

%0
%19
%34
%1

Triadic Colors of #fccca6

#fccca6 #a6fccc #cca6fc

Analogous Colors of #fccca6

#fccca6 #fcf7a6 #fca6ab

Monochromatic Colors of #fccca6

#fccca6

Complementary Color

#fccca6 #a6d6fc

#fccca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccca6 Color CSS Codes

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

#fccca6 Text Font Color

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

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


#fccca6 Background Color

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

This div background color is #fccca6


#fccca6 Border Color

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

This div border color is #fccca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccca6


Comments

No comments written yet.

Please login to write comment.