Color Hex Logo

#fcfbaf Color Hex

#FCFBAF
(252,251,175)
0 Favorites   0 Comments

Color spaces of #fcfbaf

RGB 252251175
HSL0.160.930.84
HSV59°31°99°
CMYK 0.000.000.31   0.01
XYZ82.379992.785054.1248
Yxy92.78500.35930.4047
Hunter Lab96.3250-15.910334.1126
CIE-Lab97.1403-10.952636.6378

#fcfbaf color RGB value is (252,251,175).

#fcfbaf hex color red value is 252, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fcfbaf hue: 0.16 , saturation: 0.93 and the lightness value of fcfbaf is 0.84.

The process color (four color CMYK) of #fcfbaf color hex is 0.00, 0.00, 0.31, 0.01. Web safe color of #fcfbaf is #ffff99. Color #fcfbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10101111
Octal 374 373 257
Decimal 252 251 175
Hex FC FB AF

RGB Percentages of Color #fcfbaf

%37.17
%37.02
%25.81

CMYK Percentages of Color #fcfbaf

%0
%0
%31
%1

Triadic Colors of #fcfbaf

#fcfbaf #affcfb #fbaffc

Analogous Colors of #fcfbaf

#fcfbaf #d7fcaf #fcd5af

Monochromatic Colors of #fcfbaf

#fcfbaf

Complementary Color

#fcfbaf #afb0fc

#fcfbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbaf Color CSS Codes

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

#fcfbaf Text Font Color

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

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


#fcfbaf Background Color

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

This div background color is #fcfbaf


#fcfbaf Border Color

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

This div border color is #fcfbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.