Color Hex Logo

#fcfb96 Color Hex

#FCFB96
(252,251,150)
0 Favorites   0 Comments

Color spaces of #fcfb96

RGB 252251150
HSL0.170.940.79
HSV59°40°99°
CMYK 0.000.000.40   0.01
XYZ80.147191.891842.3669
Yxy91.89180.37380.4286
Hunter Lab95.8602-18.514540.8980
CIE-Lab96.7761-13.729248.4305

#fcfb96 color RGB value is (252,251,150).

#fcfb96 hex color red value is 252, green value is 251 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fcfb96 hue: 0.17 , saturation: 0.94 and the lightness value of fcfb96 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10010110
Octal 374 373 226
Decimal 252 251 150
Hex FC FB 96

RGB Percentages of Color #fcfb96

%38.59
%38.44
%22.97

CMYK Percentages of Color #fcfb96

%0
%0
%40
%1

Triadic Colors of #fcfb96

#fcfb96 #96fcfb #fb96fc

Analogous Colors of #fcfb96

#fcfb96 #cafc96 #fcc896

Monochromatic Colors of #fcfb96

#fcfb96

Complementary Color

#fcfb96 #9697fc

#fcfb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb96 Color CSS Codes

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

#fcfb96 Text Font Color

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

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


#fcfb96 Background Color

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

This div background color is #fcfb96


#fcfb96 Border Color

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

This div border color is #fcfb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb96

Related Colors


Comments

No comments written yet.

Please login to write comment.