Color Hex Logo

#fcfae3 Color Hex

#FCFAE3
(252,250,227)
0 Favorites   0 Comments

Color spaces of #fcfae3

RGB 252250227
HSL0.150.810.94
HSV55°10°99°
CMYK 0.000.010.10   0.01
XYZ88.195694.612786.2867
Yxy94.61270.32770.3516
Hunter Lab97.2691-8.371715.4926
CIE-Lab97.8783-3.169811.2626

#fcfae3 color RGB value is (252,250,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11100011
Octal 374 372 343
Decimal 252 250 227
Hex FC FA E3

RGB Percentages of Color #fcfae3

%34.57
%34.29
%31.14

CMYK Percentages of Color #fcfae3

%0
%1
%10
%1

Triadic Colors of #fcfae3

#fcfae3 #e3fcfa #fae3fc

Analogous Colors of #fcfae3

#fcfae3 #f2fce3 #fceee3

Monochromatic Colors of #fcfae3

#fcfae3

Complementary Color

#fcfae3 #e3e5fc

#fcfae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfae3 Color CSS Codes

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

#fcfae3 Text Font Color

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

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


#fcfae3 Background Color

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

This div background color is #fcfae3


#fcfae3 Border Color

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

This div border color is #fcfae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfae3

#fcfae3 Color Palettes


Comments

No comments written yet.

Please login to write comment.