Color Hex Logo

#fafdc6 Color Hex

#FAFDC6
(250,253,198)
0 Favorites   0 Comments

Color spaces of #fafdc6

RGB 250253198
HSL0.180.930.88
HSV63°22°99°
CMYK 0.010.000.22   0.01
XYZ84.742794.651867.2293
Yxy94.65180.34360.3838
Hunter Lab97.2892-14.775527.1315
CIE-Lab97.8940-9.686726.0632

#fafdc6 color RGB value is (250,253,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 11000110
Octal 372 375 306
Decimal 250 253 198
Hex FA FD C6

RGB Percentages of Color #fafdc6

%35.66
%36.09
%28.25

CMYK Percentages of Color #fafdc6

%1
%0
%22
%1

Triadic Colors of #fafdc6

#fafdc6 #c6fafd #fdc6fa

Analogous Colors of #fafdc6

#fafdc6 #dffdc6 #fde5c6

Monochromatic Colors of #fafdc6

#fafdc6

Complementary Color

#fafdc6 #c9c6fd

#fafdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdc6 Color CSS Codes

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

#fafdc6 Text Font Color

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

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


#fafdc6 Background Color

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

This div background color is #fafdc6


#fafdc6 Border Color

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

This div border color is #fafdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdc6

Related Colors

#fafdc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.