Color Hex Logo

#fdbcac Color Hex

#FDBCAC
(253,188,172)
0 Favorites   0 Comments

Color spaces of #fdbcac

RGB 253188172
HSL0.030.950.83
HSV12°32°99°
CMYK 0.000.260.32   0.01
XYZ65.937659.827647.1023
Yxy59.82760.38140.3461
Hunter Lab77.348316.807518.0384
CIE-Lab81.744421.311917.2648

#fdbcac color RGB value is (253,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10101100
Octal 375 274 254
Decimal 253 188 172
Hex FD BC AC

RGB Percentages of Color #fdbcac

%41.27
%30.67
%28.06

CMYK Percentages of Color #fdbcac

%0
%26
%32
%1

Triadic Colors of #fdbcac

#fdbcac #acfdbc #bcacfd

Analogous Colors of #fdbcac

#fdbcac #fde5ac #fdacc5

Monochromatic Colors of #fdbcac

#fdbcac

Complementary Color

#fdbcac #acedfd

#fdbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcac Color CSS Codes

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

#fdbcac Text Font Color

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

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


#fdbcac Background Color

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

This div background color is #fdbcac


#fdbcac Border Color

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

This div border color is #fdbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcac

Related Colors


Comments

No comments written yet.

Please login to write comment.