Color Hex Logo

#fcb4ad Color Hex

#FCB4AD
(252,180,173)
0 Favorites   0 Comments

Color spaces of #fcb4ad

RGB 252180173
HSL0.010.930.83
HSV31°99°
CMYK 0.000.290.31   0.01
XYZ64.009056.355147.0391
Yxy56.35510.38240.3366
Hunter Lab75.070020.826715.3977
CIE-Lab79.815525.268014.0068

#fcb4ad color RGB value is (252,180,173).

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

The process color (four color CMYK) of #fcb4ad color hex is 0.00, 0.29, 0.31, 0.01. Web safe color of #fcb4ad is #ffcc99. Color #fcb4ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 10101101
Octal 374 264 255
Decimal 252 180 173
Hex FC B4 AD

RGB Percentages of Color #fcb4ad

%41.65
%29.75
%28.60

CMYK Percentages of Color #fcb4ad

%0
%29
%31
%1

Triadic Colors of #fcb4ad

#fcb4ad #adfcb4 #b4adfc

Analogous Colors of #fcb4ad

#fcb4ad #fcdcad #fcadce

Monochromatic Colors of #fcb4ad

#fcb4ad

Complementary Color

#fcb4ad #adf5fc

#fcb4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4ad Color CSS Codes

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

#fcb4ad Text Font Color

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

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


#fcb4ad Background Color

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

This div background color is #fcb4ad


#fcb4ad Border Color

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

This div border color is #fcb4ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,180,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4ad


Comments

No comments written yet.

Please login to write comment.