Color Hex Logo

#fafce2 Color Hex

#FAFCE2
(250,252,226)
0 Favorites   0 Comments

Color spaces of #fafce2

RGB 250252226
HSL0.180.810.94
HSV65°10°99°
CMYK 0.010.000.10   0.01
XYZ87.962295.435885.7364
Yxy95.43580.32680.3546
Hunter Lab97.6912-10.236516.3494
CIE-Lab98.2076-5.019712.2247

#fafce2 color RGB value is (250,252,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 11100010
Octal 372 374 342
Decimal 250 252 226
Hex FA FC E2

RGB Percentages of Color #fafce2

%34.34
%34.62
%31.04

CMYK Percentages of Color #fafce2

%1
%0
%10
%1

Triadic Colors of #fafce2

#fafce2 #e2fafc #fce2fa

Analogous Colors of #fafce2

#fafce2 #edfce2 #fcf1e2

Monochromatic Colors of #fafce2

#fafce2

Complementary Color

#fafce2 #e4e2fc

#fafce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafce2 Color CSS Codes

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

#fafce2 Text Font Color

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

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


#fafce2 Background Color

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

This div background color is #fafce2


#fafce2 Border Color

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

This div border color is #fafce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafce2

Related Colors


Comments

No comments written yet.

Please login to write comment.