Color Hex Logo

#faffd9 Color Hex

#FAFFD9
(250,255,217)
0 Favorites   0 Comments

Color spaces of #faffd9

RGB 250255217
HSL0.191.000.93
HSV68°15°100°
CMYK 0.020.000.15   0.00
XYZ87.708796.853779.7175
Yxy96.85370.33190.3665
Hunter Lab98.4143-13.142320.8639
CIE-Lab98.7704-7.914217.6221

#faffd9 color RGB value is (250,255,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11011001
Octal 372 377 331
Decimal 250 255 217
Hex FA FF D9

RGB Percentages of Color #faffd9

%34.63
%35.32
%30.06

CMYK Percentages of Color #faffd9

%2
%0
%15
%0

Triadic Colors of #faffd9

#faffd9 #d9faff #ffd9fa

Analogous Colors of #faffd9

#faffd9 #e7ffd9 #fff1d9

Monochromatic Colors of #faffd9

#faffd9

Complementary Color

#faffd9 #ded9ff

#faffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffd9 Color CSS Codes

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

#faffd9 Text Font Color

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

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


#faffd9 Background Color

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

This div background color is #faffd9


#faffd9 Border Color

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

This div border color is #faffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffd9

Related Colors


Comments

No comments written yet.

Please login to write comment.