Color Hex Logo

#fcb2ad Color Hex

#FCB2AD
(252,178,173)
0 Favorites   0 Comments

Color spaces of #fcb2ad

RGB 252178173
HSL0.010.930.83
HSV31°99°
CMYK 0.000.290.31   0.01
XYZ63.608155.553446.9055
Yxy55.55340.38300.3345
Hunter Lab74.534221.898714.8618
CIE-Lab79.359026.318813.3630

#fcb2ad color RGB value is (252,178,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 10101101
Octal 374 262 255
Decimal 252 178 173
Hex FC B2 AD

RGB Percentages of Color #fcb2ad

%41.79
%29.52
%28.69

CMYK Percentages of Color #fcb2ad

%0
%29
%31
%1

Triadic Colors of #fcb2ad

#fcb2ad #adfcb2 #b2adfc

Analogous Colors of #fcb2ad

#fcb2ad #fcdaad #fcadd0

Monochromatic Colors of #fcb2ad

#fcb2ad

Complementary Color

#fcb2ad #adf7fc

#fcb2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb2ad Color CSS Codes

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

#fcb2ad Text Font Color

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

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


#fcb2ad Background Color

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

This div background color is #fcb2ad


#fcb2ad Border Color

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

This div border color is #fcb2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb2ad

Related Colors


Comments

No comments written yet.

Please login to write comment.