Color Hex Logo

#fdcbac Color Hex

#FDCBAC
(253,203,172)
0 Favorites   0 Comments

Color spaces of #fdcbac

RGB 253203172
HSL0.060.950.83
HSV23°32°99°
CMYK 0.000.200.32   0.01
XYZ69.310366.573148.2266
Yxy66.57310.37650.3616
Hunter Lab81.59238.843922.0702
CIE-Lab85.287913.459722.1803

#fdcbac color RGB value is (253,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10101100
Octal 375 313 254
Decimal 253 203 172
Hex FD CB AC

RGB Percentages of Color #fdcbac

%40.29
%32.32
%27.39

CMYK Percentages of Color #fdcbac

%0
%20
%32
%1

Triadic Colors of #fdcbac

#fdcbac #acfdcb #cbacfd

Analogous Colors of #fdcbac

#fdcbac #fdf4ac #fdacb6

Monochromatic Colors of #fdcbac

#fdcbac

Complementary Color

#fdcbac #acdefd

#fdcbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbac Color CSS Codes

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

#fdcbac Text Font Color

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

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


#fdcbac Background Color

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

This div background color is #fdcbac


#fdcbac Border Color

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

This div border color is #fdcbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbac

Related Colors


Comments

No comments written yet.

Please login to write comment.