Color Hex Logo

#fdcfac Color Hex

#FDCFAC
(253,207,172)
0 Favorites   0 Comments

Color spaces of #fdcfac

RGB 253207172
HSL0.070.950.83
HSV26°32°99°
CMYK 0.000.180.32   0.01
XYZ70.267268.486948.5455
Yxy68.48690.37520.3657
Hunter Lab82.75686.736523.1500
CIE-Lab86.249311.377323.5026

#fdcfac color RGB value is (253,207,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 10101100
Octal 375 317 254
Decimal 253 207 172
Hex FD CF AC

RGB Percentages of Color #fdcfac

%40.03
%32.75
%27.22

CMYK Percentages of Color #fdcfac

%0
%18
%32
%1

Triadic Colors of #fdcfac

#fdcfac #acfdcf #cfacfd

Analogous Colors of #fdcfac

#fdcfac #fdf8ac #fdacb2

Monochromatic Colors of #fdcfac

#fdcfac

Complementary Color

#fdcfac #acdafd

#fdcfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcfac Color CSS Codes

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

#fdcfac Text Font Color

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

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


#fdcfac Background Color

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

This div background color is #fdcfac


#fdcfac Border Color

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

This div border color is #fdcfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,207,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 #fdcfac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcfac


Comments

No comments written yet.

Please login to write comment.