Color Hex Logo

#fdcac6 Color Hex

#FDCAC6
(253,202,198)
0 Favorites   0 Comments

Color spaces of #fdcac6

RGB 253202198
HSL0.010.930.88
HSV22°99°
CMYK 0.000.200.22   0.01
XYZ71.821667.200962.6117
Yxy67.20090.35620.3333
Hunter Lab81.976212.930612.0988
CIE-Lab85.605317.46288.8677

#fdcac6 color RGB value is (253,202,198).

#fdcac6 hex color red value is 253, green value is 202 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fdcac6 hue: 0.01 , saturation: 0.93 and the lightness value of fdcac6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 11000110
Octal 375 312 306
Decimal 253 202 198
Hex FD CA C6

RGB Percentages of Color #fdcac6

%38.74
%30.93
%30.32

CMYK Percentages of Color #fdcac6

%0
%20
%22
%1

Triadic Colors of #fdcac6

#fdcac6 #c6fdca #cac6fd

Analogous Colors of #fdcac6

#fdcac6 #fde6c6 #fdc6de

Monochromatic Colors of #fdcac6

#fdcac6

Complementary Color

#fdcac6 #c6f9fd

#fdcac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcac6 Color CSS Codes

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

#fdcac6 Text Font Color

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

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


#fdcac6 Background Color

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

This div background color is #fdcac6


#fdcac6 Border Color

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

This div border color is #fdcac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcac6


Comments

No comments written yet.

Please login to write comment.