Color Hex Logo

#fcfaeb Color Hex

#FCFAEB
(252,250,235)
0 Favorites   0 Comments

Color spaces of #fcfaeb

RGB 252250235
HSL0.150.740.95
HSV53°99°
CMYK 0.000.010.07   0.01
XYZ89.325995.064892.2386
Yxy95.06480.32290.3437
Hunter Lab97.5012-7.093912.1610
CIE-Lab98.0594-1.87597.4137

#fcfaeb color RGB value is (252,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11101011
Octal 374 372 353
Decimal 252 250 235
Hex FC FA EB

RGB Percentages of Color #fcfaeb

%34.19
%33.92
%31.89

CMYK Percentages of Color #fcfaeb

%0
%1
%7
%1

Triadic Colors of #fcfaeb

#fcfaeb #ebfcfa #faebfc

Analogous Colors of #fcfaeb

#fcfaeb #f6fceb #fcf2eb

Monochromatic Colors of #fcfaeb

#fcfaeb

Complementary Color

#fcfaeb #ebedfc

#fcfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfaeb Color CSS Codes

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

#fcfaeb Text Font Color

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

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


#fcfaeb Background Color

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

This div background color is #fcfaeb


#fcfaeb Border Color

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

This div border color is #fcfaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,250,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 #fcfaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfaeb

Related Colors

#fcfaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.