Color Hex Logo

#faffdf Color Hex

#FAFFDF
(250,255,223)
0 Favorites   0 Comments

Color spaces of #faffdf

RGB 250255223
HSL0.191.000.94
HSV69°13°100°
CMYK 0.020.000.13   0.00
XYZ88.503697.171783.9034
Yxy97.17170.32830.3605
Hunter Lab98.5757-12.246018.5379
CIE-Lab98.8959-6.988814.7370

#faffdf color RGB value is (250,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11011111
Octal 372 377 337
Decimal 250 255 223
Hex FA FF DF

RGB Percentages of Color #faffdf

%34.34
%35.03
%30.63

CMYK Percentages of Color #faffdf

%2
%0
%13
%0

Triadic Colors of #faffdf

#faffdf #dffaff #ffdffa

Analogous Colors of #faffdf

#faffdf #eaffdf #fff4df

Monochromatic Colors of #faffdf

#faffdf

Complementary Color

#faffdf #e4dfff

#faffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffdf Color CSS Codes

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

#faffdf Text Font Color

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

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


#faffdf Background Color

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

This div background color is #faffdf


#faffdf Border Color

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

This div border color is #faffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffdf

Related Colors

#faffdf Color Palettes


Comments

No comments written yet.

Please login to write comment.