Color Hex Logo

#fcfbb4 Color Hex

#FCFBB4
(252,251,180)
0 Favorites   0 Comments

Color spaces of #fcfbb4

RGB 252251180
HSL0.160.920.85
HSV59°29°99°
CMYK 0.000.000.29   0.01
XYZ82.880392.985156.7597
Yxy92.98510.35630.3997
Hunter Lab96.4288-15.330132.6010
CIE-Lab97.2216-10.339634.2476

#fcfbb4 color RGB value is (252,251,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10110100
Octal 374 373 264
Decimal 252 251 180
Hex FC FB B4

RGB Percentages of Color #fcfbb4

%36.90
%36.75
%26.35

CMYK Percentages of Color #fcfbb4

%0
%0
%29
%1

Triadic Colors of #fcfbb4

#fcfbb4 #b4fcfb #fbb4fc

Analogous Colors of #fcfbb4

#fcfbb4 #d9fcb4 #fcd7b4

Monochromatic Colors of #fcfbb4

#fcfbb4

Complementary Color

#fcfbb4 #b4b5fc

#fcfbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbb4 Color CSS Codes

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

#fcfbb4 Text Font Color

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

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


#fcfbb4 Background Color

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

This div background color is #fcfbb4


#fcfbb4 Border Color

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

This div border color is #fcfbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbb4

Related Colors


Comments

No comments written yet.

Please login to write comment.