Color Hex Logo

#faffda Color Hex

#FAFFDA
(250,255,218)
0 Favorites   0 Comments

Color spaces of #faffda

RGB 250255218
HSL0.191.000.93
HSV68°15°100°
CMYK 0.020.000.15   0.00
XYZ87.839296.905980.4048
Yxy96.90590.33130.3655
Hunter Lab98.4408-12.995020.4815
CIE-Lab98.7911-7.761717.1411

#faffda color RGB value is (250,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11011010
Octal 372 377 332
Decimal 250 255 218
Hex FA FF DA

RGB Percentages of Color #faffda

%34.58
%35.27
%30.15

CMYK Percentages of Color #faffda

%2
%0
%15
%0

Triadic Colors of #faffda

#faffda #dafaff #ffdafa

Analogous Colors of #faffda

#faffda #e8ffda #fff2da

Monochromatic Colors of #faffda

#faffda

Complementary Color

#faffda #dfdaff

#faffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffda Color CSS Codes

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

#faffda Text Font Color

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

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


#faffda Background Color

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

This div background color is #faffda


#faffda Border Color

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

This div border color is #faffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffda


Comments

No comments written yet.

Please login to write comment.