Color Hex Logo

#fafed1 Color Hex

#FAFED1
(250,254,209)
0 Favorites   0 Comments

Color spaces of #fafed1

RGB 250254209
HSL0.180.960.91
HSV65°18°100°
CMYK 0.020.000.18   0.00
XYZ86.374895.811174.2625
Yxy95.81110.33680.3736
Hunter Lab97.8831-13.782223.5358
CIE-Lab98.3571-8.613021.1186

#fafed1 color RGB value is (250,254,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11010001
Octal 372 376 321
Decimal 250 254 209
Hex FA FE D1

RGB Percentages of Color #fafed1

%35.06
%35.62
%29.31

CMYK Percentages of Color #fafed1

%2
%0
%18
%0

Triadic Colors of #fafed1

#fafed1 #d1fafe #fed1fa

Analogous Colors of #fafed1

#fafed1 #e4fed1 #feecd1

Monochromatic Colors of #fafed1

#fafed1

Complementary Color

#fafed1 #d5d1fe

#fafed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafed1 Color CSS Codes

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

#fafed1 Text Font Color

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

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


#fafed1 Background Color

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

This div background color is #fafed1


#fafed1 Border Color

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

This div border color is #fafed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafed1

Related Colors


Comments

No comments written yet.

Please login to write comment.