Color Hex Logo

#fafdc9 Color Hex

#FAFDC9
(250,253,201)
0 Favorites   0 Comments

Color spaces of #fafdc9

RGB 250253201
HSL0.180.930.89
HSV63°21°99°
CMYK 0.010.000.21   0.01
XYZ85.092294.791669.0701
Yxy94.79160.34180.3808
Hunter Lab97.3610-14.375126.0910
CIE-Lab97.9501-9.267624.6194

#fafdc9 color RGB value is (250,253,201).

#fafdc9 hex color red value is 250, green value is 253 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fafdc9 hue: 0.18 , saturation: 0.93 and the lightness value of fafdc9 is 0.89.

The process color (four color CMYK) of #fafdc9 color hex is 0.01, 0.00, 0.21, 0.01. Web safe color of #fafdc9 is #ffffcc. Color #fafdc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 11001001
Octal 372 375 311
Decimal 250 253 201
Hex FA FD C9

RGB Percentages of Color #fafdc9

%35.51
%35.94
%28.55

CMYK Percentages of Color #fafdc9

%1
%0
%21
%1

Triadic Colors of #fafdc9

#fafdc9 #c9fafd #fdc9fa

Analogous Colors of #fafdc9

#fafdc9 #e0fdc9 #fde6c9

Monochromatic Colors of #fafdc9

#fafdc9

Complementary Color

#fafdc9 #ccc9fd

#fafdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdc9 Color CSS Codes

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

#fafdc9 Text Font Color

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

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


#fafdc9 Background Color

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

This div background color is #fafdc9


#fafdc9 Border Color

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

This div border color is #fafdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdc9


Comments

No comments written yet.

Please login to write comment.