Color Hex Logo

#fcfbc4 Color Hex

#FCFBC4
(252,251,196)
0 Favorites   0 Comments

Color spaces of #fcfbc4

RGB 252251196
HSL0.160.900.88
HSV59°22°99°
CMYK 0.000.000.22   0.01
XYZ84.605993.675365.8465
Yxy93.67530.34660.3837
Hunter Lab96.7860-13.339027.4134
CIE-Lab97.5010-8.251726.5613

#fcfbc4 color RGB value is (252,251,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11000100
Octal 374 373 304
Decimal 252 251 196
Hex FC FB C4

RGB Percentages of Color #fcfbc4

%36.05
%35.91
%28.04

CMYK Percentages of Color #fcfbc4

%0
%0
%22
%1

Triadic Colors of #fcfbc4

#fcfbc4 #c4fcfb #fbc4fc

Analogous Colors of #fcfbc4

#fcfbc4 #e1fcc4 #fcdfc4

Monochromatic Colors of #fcfbc4

#fcfbc4

Complementary Color

#fcfbc4 #c4c5fc

#fcfbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbc4 Color CSS Codes

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

#fcfbc4 Text Font Color

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

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


#fcfbc4 Background Color

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

This div background color is #fcfbc4


#fcfbc4 Border Color

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

This div border color is #fcfbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbc4


Comments

No comments written yet.

Please login to write comment.