Color Hex Logo

#fcfabd Color Hex

#FCFABD
(252,250,189)
0 Favorites   0 Comments

Color spaces of #fcfabd

RGB 252250189
HSL0.160.910.86
HSV58°25°99°
CMYK 0.000.010.25   0.01
XYZ83.515892.740861.6431
Yxy92.74080.35110.3898
Hunter Lab96.3020-13.728429.4598
CIE-Lab97.1223-8.694129.5867

#fcfabd color RGB value is (252,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10111101
Octal 374 372 275
Decimal 252 250 189
Hex FC FA BD

RGB Percentages of Color #fcfabd

%36.47
%36.18
%27.35

CMYK Percentages of Color #fcfabd

%0
%1
%25
%1

Triadic Colors of #fcfabd

#fcfabd #bdfcfa #fabdfc

Analogous Colors of #fcfabd

#fcfabd #dffcbd #fcdbbd

Monochromatic Colors of #fcfabd

#fcfabd

Complementary Color

#fcfabd #bdbffc

#fcfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfabd Color CSS Codes

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

#fcfabd Text Font Color

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

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


#fcfabd Background Color

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

This div background color is #fcfabd


#fcfabd Border Color

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

This div border color is #fcfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfabd

Related Colors


Comments

No comments written yet.

Please login to write comment.