Color Hex Logo

#fcfbeb Color Hex

#FCFBEB
(252,251,235)
0 Favorites   0 Comments

Color spaces of #fcfbeb

RGB 252251235
HSL0.160.740.95
HSV56°99°
CMYK 0.000.000.07   0.01
XYZ89.637595.688092.3425
Yxy95.68800.32280.3446
Hunter Lab97.8202-7.617112.5043
CIE-Lab98.3081-2.37907.7714

#fcfbeb color RGB value is (252,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11101011
Octal 374 373 353
Decimal 252 251 235
Hex FC FB EB

RGB Percentages of Color #fcfbeb

%34.15
%34.01
%31.84

CMYK Percentages of Color #fcfbeb

%0
%0
%7
%1

Triadic Colors of #fcfbeb

#fcfbeb #ebfcfb #fbebfc

Analogous Colors of #fcfbeb

#fcfbeb #f5fceb #fcf3eb

Monochromatic Colors of #fcfbeb

#fcfbeb

Complementary Color

#fcfbeb #ebecfc

#fcfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbeb Color CSS Codes

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

#fcfbeb Text Font Color

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

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


#fcfbeb Background Color

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

This div background color is #fcfbeb


#fcfbeb Border Color

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

This div border color is #fcfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbeb

Related Colors

#fcfbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.