Color Hex Logo

#fcb5ad Color Hex

#FCB5AD
(252,181,173)
0 Favorites   0 Comments

Color spaces of #fcb5ad

RGB 252181173
HSL0.020.930.83
HSV31°99°
CMYK 0.000.280.31   0.01
XYZ64.211656.760347.1067
Yxy56.76030.38200.3377
Hunter Lab75.339420.291115.6660
CIE-Lab80.044624.742414.3294

#fcb5ad color RGB value is (252,181,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10101101
Octal 374 265 255
Decimal 252 181 173
Hex FC B5 AD

RGB Percentages of Color #fcb5ad

%41.58
%29.87
%28.55

CMYK Percentages of Color #fcb5ad

%0
%28
%31
%1

Triadic Colors of #fcb5ad

#fcb5ad #adfcb5 #b5adfc

Analogous Colors of #fcb5ad

#fcb5ad #fcddad #fcadcd

Monochromatic Colors of #fcb5ad

#fcb5ad

Complementary Color

#fcb5ad #adf4fc

#fcb5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb5ad Color CSS Codes

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

#fcb5ad Text Font Color

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

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


#fcb5ad Background Color

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

This div background color is #fcb5ad


#fcb5ad Border Color

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

This div border color is #fcb5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb5ad


Comments

No comments written yet.

Please login to write comment.