Color Hex Logo

#fcfbea Color Hex

#FCFBEA
(252,251,234)
0 Favorites   0 Comments

Color spaces of #fcfbea

RGB 252251234
HSL0.160.750.95
HSV57°99°
CMYK 0.000.000.07   0.01
XYZ89.493395.630391.5836
Yxy95.63030.32340.3456
Hunter Lab97.7907-7.779412.9269
CIE-Lab98.2852-2.54308.2518

#fcfbea color RGB value is (252,251,234).

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

The process color (four color CMYK) of #fcfbea color hex is 0.00, 0.00, 0.07, 0.01. Web safe color of #fcfbea is #ffffff. Color #fcfbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11101010
Octal 374 373 352
Decimal 252 251 234
Hex FC FB EA

RGB Percentages of Color #fcfbea

%34.19
%34.06
%31.75

CMYK Percentages of Color #fcfbea

%0
%0
%7
%1

Triadic Colors of #fcfbea

#fcfbea #eafcfb #fbeafc

Analogous Colors of #fcfbea

#fcfbea #f4fcea #fcf2ea

Monochromatic Colors of #fcfbea

#fcfbea

Complementary Color

#fcfbea #eaebfc

#fcfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbea Color CSS Codes

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

#fcfbea Text Font Color

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

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


#fcfbea Background Color

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

This div background color is #fcfbea


#fcfbea Border Color

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

This div border color is #fcfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbea

#fcfbea Color Palettes


Comments

No comments written yet.

Please login to write comment.