Color Hex Logo

#faffde Color Hex

#FAFFDE
(250,255,222)
0 Favorites   0 Comments

Color spaces of #faffde

RGB 250255222
HSL0.191.000.94
HSV69°13°100°
CMYK 0.020.000.13   0.00
XYZ88.369297.117983.1953
Yxy97.11790.32890.3615
Hunter Lab98.5484-12.397318.9308
CIE-Lab98.8747-7.144715.2177

#faffde color RGB value is (250,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11011110
Octal 372 377 336
Decimal 250 255 222
Hex FA FF DE

RGB Percentages of Color #faffde

%34.39
%35.08
%30.54

CMYK Percentages of Color #faffde

%2
%0
%13
%0

Triadic Colors of #faffde

#faffde #defaff #ffdefa

Analogous Colors of #faffde

#faffde #eaffde #fff4de

Monochromatic Colors of #faffde

#faffde

Complementary Color

#faffde #e3deff

#faffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffde Color CSS Codes

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

#faffde Text Font Color

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

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


#faffde Background Color

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

This div background color is #faffde


#faffde Border Color

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

This div border color is #faffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffde

Related Colors

#faffde Color Palettes


Comments

No comments written yet.

Please login to write comment.