Color Hex Logo

#fcfbc2 Color Hex

#FCFBC2
(252,251,194)
0 Favorites   0 Comments

Color spaces of #fcfbc2

RGB 252251194
HSL0.160.910.87
HSV59°23°99°
CMYK 0.000.000.23   0.01
XYZ84.379793.584864.6553
Yxy93.58480.34780.3857
Hunter Lab96.7392-13.599128.0912
CIE-Lab97.4644-8.523127.5244

#fcfbc2 color RGB value is (252,251,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11000010
Octal 374 373 302
Decimal 252 251 194
Hex FC FB C2

RGB Percentages of Color #fcfbc2

%36.15
%36.01
%27.83

CMYK Percentages of Color #fcfbc2

%0
%0
%23
%1

Triadic Colors of #fcfbc2

#fcfbc2 #c2fcfb #fbc2fc

Analogous Colors of #fcfbc2

#fcfbc2 #e0fcc2 #fcdec2

Monochromatic Colors of #fcfbc2

#fcfbc2

Complementary Color

#fcfbc2 #c2c3fc

#fcfbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbc2 Color CSS Codes

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

#fcfbc2 Text Font Color

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

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


#fcfbc2 Background Color

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

This div background color is #fcfbc2


#fcfbc2 Border Color

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

This div border color is #fcfbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbc2

Related Colors


Comments

No comments written yet.

Please login to write comment.