Color Hex Logo

#fccdac Color Hex

#FCCDAC
(252,205,172)
0 Favorites   0 Comments

Color spaces of #fccdac

RGB 252205172
HSL0.070.930.83
HSV25°32°99°
CMYK 0.000.190.32   0.01
XYZ69.422667.336648.3680
Yxy67.33660.37500.3637
Hunter Lab82.05897.409722.4939
CIE-Lab85.673612.040022.6965

#fccdac color RGB value is (252,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10101100
Octal 374 315 254
Decimal 252 205 172
Hex FC CD AC

RGB Percentages of Color #fccdac

%40.06
%32.59
%27.34

CMYK Percentages of Color #fccdac

%0
%19
%32
%1

Triadic Colors of #fccdac

#fccdac #acfccd #cdacfc

Analogous Colors of #fccdac

#fccdac #fcf5ac #fcacb3

Monochromatic Colors of #fccdac

#fccdac

Complementary Color

#fccdac #acdbfc

#fccdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdac Color CSS Codes

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

#fccdac Text Font Color

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

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


#fccdac Background Color

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

This div background color is #fccdac


#fccdac Border Color

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

This div border color is #fccdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdac


Comments

No comments written yet.

Please login to write comment.