Color Hex Logo

#fcbdac Color Hex

#FCBDAC
(252,189,172)
0 Favorites   0 Comments

Color spaces of #fcbdac

RGB 252189172
HSL0.040.930.83
HSV13°32°99°
CMYK 0.000.250.32   0.01
XYZ65.788960.069247.1568
Yxy60.06920.38020.3472
Hunter Lab77.504315.885718.1786
CIE-Lab81.875820.412617.4331

#fcbdac color RGB value is (252,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10101100
Octal 374 275 254
Decimal 252 189 172
Hex FC BD AC

RGB Percentages of Color #fcbdac

%41.11
%30.83
%28.06

CMYK Percentages of Color #fcbdac

%0
%25
%32
%1

Triadic Colors of #fcbdac

#fcbdac #acfcbd #bdacfc

Analogous Colors of #fcbdac

#fcbdac #fce5ac #fcacc3

Monochromatic Colors of #fcbdac

#fcbdac

Complementary Color

#fcbdac #acebfc

#fcbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdac Color CSS Codes

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

#fcbdac Text Font Color

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

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


#fcbdac Background Color

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

This div background color is #fcbdac


#fcbdac Border Color

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

This div border color is #fcbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdac


Comments

No comments written yet.

Please login to write comment.