Color Hex Logo

#fafef0 Color Hex

#FAFEF0
(250,254,240)
0 Favorites   0 Comments

Color spaces of #fafef0

RGB 250254240
HSL0.210.880.97
HSV77°100°
CMYK 0.020.000.06   0.00
XYZ90.594397.498996.4824
Yxy97.49890.31830.3426
Hunter Lab98.7415-9.025811.1856
CIE-Lab99.0247-3.72936.2191

#fafef0 color RGB value is (250,254,240).

#fafef0 hex color red value is 250, green value is 254 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fafef0 hue: 0.21 , saturation: 0.88 and the lightness value of fafef0 is 0.97.

The process color (four color CMYK) of #fafef0 color hex is 0.02, 0.00, 0.06, 0.00. Web safe color of #fafef0 is #ffffff. Color #fafef0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11110000
Octal 372 376 360
Decimal 250 254 240
Hex FA FE F0

RGB Percentages of Color #fafef0

%33.60
%34.14
%32.26

CMYK Percentages of Color #fafef0

%2
%0
%6
%0

Triadic Colors of #fafef0

#fafef0 #f0fafe #fef0fa

Analogous Colors of #fafef0

#fafef0 #f3fef0 #fefbf0

Monochromatic Colors of #fafef0

#fafef0

Complementary Color

#fafef0 #f4f0fe

#fafef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafef0 Color CSS Codes

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

#fafef0 Text Font Color

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

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


#fafef0 Background Color

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

This div background color is #fafef0


#fafef0 Border Color

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

This div border color is #fafef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafef0


Comments

No comments written yet.

Please login to write comment.