Color Hex Logo

#fcf4ba Color Hex

#FCF4BA
(252,244,186)
0 Favorites   0 Comments

Color spaces of #fcf4ba

RGB 252244186
HSL0.150.920.86
HSV53°26°99°
CMYK 0.000.030.26   0.01
XYZ81.358588.942059.3338
Yxy88.94200.35430.3873
Hunter Lab94.3091-11.052628.7145
CIE-Lab95.5562-6.103028.9789

#fcf4ba color RGB value is (252,244,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110100 10111010
Octal 374 364 272
Decimal 252 244 186
Hex FC F4 BA

RGB Percentages of Color #fcf4ba

%36.95
%35.78
%27.27

CMYK Percentages of Color #fcf4ba

%0
%3
%26
%1

Triadic Colors of #fcf4ba

#fcf4ba #bafcf4 #f4bafc

Analogous Colors of #fcf4ba

#fcf4ba #e3fcba #fcd3ba

Monochromatic Colors of #fcf4ba

#fcf4ba

Complementary Color

#fcf4ba #bac2fc

#fcf4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf4ba Color CSS Codes

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

#fcf4ba Text Font Color

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

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


#fcf4ba Background Color

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

This div background color is #fcf4ba


#fcf4ba Border Color

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

This div border color is #fcf4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf4ba

Related Colors

#fcf4ba Color Palettes


Comments

No comments written yet.

Please login to write comment.