Color Hex Logo

#fafed3 Color Hex

#FAFED3
(250,254,211)
0 Favorites   0 Comments

Color spaces of #fafed3

RGB 250254211
HSL0.180.960.91
HSV66°17°100°
CMYK 0.020.000.17   0.00
XYZ86.624095.910875.5751
Yxy95.91080.33560.3716
Hunter Lab97.9341-13.498922.8001
CIE-Lab98.3968-8.318620.1558

#fafed3 color RGB value is (250,254,211).

#fafed3 hex color red value is 250, green value is 254 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fafed3 hue: 0.18 , saturation: 0.96 and the lightness value of fafed3 is 0.91.

The process color (four color CMYK) of #fafed3 color hex is 0.02, 0.00, 0.17, 0.00. Web safe color of #fafed3 is #ffffcc. Color #fafed3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11010011
Octal 372 376 323
Decimal 250 254 211
Hex FA FE D3

RGB Percentages of Color #fafed3

%34.97
%35.52
%29.51

CMYK Percentages of Color #fafed3

%2
%0
%17
%0

Triadic Colors of #fafed3

#fafed3 #d3fafe #fed3fa

Analogous Colors of #fafed3

#fafed3 #e5fed3 #feedd3

Monochromatic Colors of #fafed3

#fafed3

Complementary Color

#fafed3 #d7d3fe

#fafed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafed3 Color CSS Codes

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

#fafed3 Text Font Color

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

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


#fafed3 Background Color

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

This div background color is #fafed3


#fafed3 Border Color

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

This div border color is #fafed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafed3

Related Colors


Comments

No comments written yet.

Please login to write comment.