Color Hex Logo

#fcfaba Color Hex

#FCFABA
(252,250,186)
0 Favorites   0 Comments

Color spaces of #fcfaba

RGB 252250186
HSL0.160.920.86
HSV58°26°99°
CMYK 0.000.010.26   0.01
XYZ83.193492.611859.9455
Yxy92.61180.35290.3928
Hunter Lab96.2350-14.101330.4323
CIE-Lab97.0698-9.084931.0292

#fcfaba color RGB value is (252,250,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10111010
Octal 374 372 272
Decimal 252 250 186
Hex FC FA BA

RGB Percentages of Color #fcfaba

%36.63
%36.34
%27.03

CMYK Percentages of Color #fcfaba

%0
%1
%26
%1

Triadic Colors of #fcfaba

#fcfaba #bafcfa #fabafc

Analogous Colors of #fcfaba

#fcfaba #ddfcba #fcd9ba

Monochromatic Colors of #fcfaba

#fcfaba

Complementary Color

#fcfaba #babcfc

#fcfaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaba Color CSS Codes

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

#fcfaba Text Font Color

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

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


#fcfaba Background Color

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

This div background color is #fcfaba


#fcfaba Border Color

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

This div border color is #fcfaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaba

Related Colors


Comments

No comments written yet.

Please login to write comment.