Color Hex Logo

#fcc9ba Color Hex

#FCC9BA
(252,201,186)
0 Favorites   0 Comments

Color spaces of #fcc9ba

RGB 252201186
HSL0.040.920.86
HSV14°26°99°
CMYK 0.000.200.26   0.01
XYZ69.894566.013955.5125
Yxy66.01390.36510.3449
Hunter Lab81.248911.369216.3650
CIE-Lab85.003515.946514.3697

#fcc9ba color RGB value is (252,201,186).

#fcc9ba hex color red value is 252, green value is 201 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fcc9ba hue: 0.04 , saturation: 0.92 and the lightness value of fcc9ba is 0.86.

The process color (four color CMYK) of #fcc9ba color hex is 0.00, 0.20, 0.26, 0.01. Web safe color of #fcc9ba is #ffcccc. Color #fcc9ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 10111010
Octal 374 311 272
Decimal 252 201 186
Hex FC C9 BA

RGB Percentages of Color #fcc9ba

%39.44
%31.46
%29.11

CMYK Percentages of Color #fcc9ba

%0
%20
%26
%1

Triadic Colors of #fcc9ba

#fcc9ba #bafcc9 #c9bafc

Analogous Colors of #fcc9ba

#fcc9ba #fceaba #fcbacc

Monochromatic Colors of #fcc9ba

#fcc9ba

Complementary Color

#fcc9ba #baedfc

#fcc9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc9ba Color CSS Codes

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

#fcc9ba Text Font Color

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

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


#fcc9ba Background Color

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

This div background color is #fcc9ba


#fcc9ba Border Color

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

This div border color is #fcc9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc9ba


Comments

No comments written yet.

Please login to write comment.