Color Hex Logo

#fafedd Color Hex

#FAFEDD
(250,254,221)
0 Favorites   0 Comments

Color spaces of #fafedd

RGB 250254221
HSL0.190.940.93
HSV67°13°100°
CMYK 0.020.000.13   0.00
XYZ87.917396.428182.3854
Yxy96.42810.32960.3615
Hunter Lab98.1978-12.033718.9957
CIE-Lab98.6021-6.802915.3429

#fafedd color RGB value is (250,254,221).

#fafedd hex color red value is 250, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fafedd hue: 0.19 , saturation: 0.94 and the lightness value of fafedd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 11011101
Octal 372 376 335
Decimal 250 254 221
Hex FA FE DD

RGB Percentages of Color #fafedd

%34.48
%35.03
%30.48

CMYK Percentages of Color #fafedd

%2
%0
%13
%0

Triadic Colors of #fafedd

#fafedd #ddfafe #feddfa

Analogous Colors of #fafedd

#fafedd #eafedd #fef2dd

Monochromatic Colors of #fafedd

#fafedd

Complementary Color

#fafedd #e1ddfe

#fafedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafedd Color CSS Codes

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

#fafedd Text Font Color

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

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


#fafedd Background Color

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

This div background color is #fafedd


#fafedd Border Color

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

This div border color is #fafedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafedd

Related Colors


Comments

No comments written yet.

Please login to write comment.