Color Hex Logo

#fcf1ba Color Hex

#FCF1BA
(252,241,186)
0 Favorites   0 Comments

Color spaces of #fcf1ba

RGB 252241186
HSL0.140.920.86
HSV50°26°99°
CMYK 0.000.040.26   0.01
XYZ80.463187.151259.0354
Yxy87.15120.35500.3845
Hunter Lab93.3548-9.520627.8548
CIE-Lab94.8024-4.602027.9536

#fcf1ba color RGB value is (252,241,186).

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

The process color (four color CMYK) of #fcf1ba color hex is 0.00, 0.04, 0.26, 0.01. Web safe color of #fcf1ba is #ffffcc. Color #fcf1ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 10111010
Octal 374 361 272
Decimal 252 241 186
Hex FC F1 BA

RGB Percentages of Color #fcf1ba

%37.11
%35.49
%27.39

CMYK Percentages of Color #fcf1ba

%0
%4
%26
%1

Triadic Colors of #fcf1ba

#fcf1ba #bafcf1 #f1bafc

Analogous Colors of #fcf1ba

#fcf1ba #e6fcba #fcd0ba

Monochromatic Colors of #fcf1ba

#fcf1ba

Complementary Color

#fcf1ba #bac5fc

#fcf1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf1ba Color CSS Codes

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

#fcf1ba Text Font Color

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

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


#fcf1ba Background Color

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

This div background color is #fcf1ba


#fcf1ba Border Color

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

This div border color is #fcf1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf1ba


Comments

No comments written yet.

Please login to write comment.