Color Hex Logo

#fcbaad Color Hex

#FCBAAD
(252,186,173)
0 Favorites   0 Comments

Color spaces of #fcbaad

RGB 252186173
HSL0.030.930.83
HSV10°31°99°
CMYK 0.000.260.31   0.01
XYZ65.246658.830447.4517
Yxy58.83040.38040.3430
Hunter Lab76.701017.616417.0104
CIE-Lab81.198322.114215.9502

#fcbaad color RGB value is (252,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10101101
Octal 374 272 255
Decimal 252 186 173
Hex FC BA AD

RGB Percentages of Color #fcbaad

%41.24
%30.44
%28.31

CMYK Percentages of Color #fcbaad

%0
%26
%31
%1

Triadic Colors of #fcbaad

#fcbaad #adfcba #baadfc

Analogous Colors of #fcbaad

#fcbaad #fce2ad #fcadc8

Monochromatic Colors of #fcbaad

#fcbaad

Complementary Color

#fcbaad #adeffc

#fcbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbaad Color CSS Codes

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

#fcbaad Text Font Color

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

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


#fcbaad Background Color

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

This div background color is #fcbaad


#fcbaad Border Color

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

This div border color is #fcbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbaad

Related Colors


Comments

No comments written yet.

Please login to write comment.