Color Hex Logo

#faffc6 Color Hex

#FAFFC6
(250,255,198)
0 Favorites   0 Comments

Color spaces of #faffc6

RGB 250255198
HSL0.181.000.89
HSV65°22°100°
CMYK 0.020.000.22   0.00
XYZ85.377495.921267.4409
Yxy95.92120.34320.3856
Hunter Lab97.9394-15.788827.7306
CIE-Lab98.4009-10.673126.7587

#faffc6 color RGB value is (250,255,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11000110
Octal 372 377 306
Decimal 250 255 198
Hex FA FF C6

RGB Percentages of Color #faffc6

%35.56
%36.27
%28.17

CMYK Percentages of Color #faffc6

%2
%0
%22
%0

Triadic Colors of #faffc6

#faffc6 #c6faff #ffc6fa

Analogous Colors of #faffc6

#faffc6 #deffc6 #ffe8c6

Monochromatic Colors of #faffc6

#faffc6

Complementary Color

#faffc6 #cbc6ff

#faffc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffc6 Color CSS Codes

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

#faffc6 Text Font Color

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

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


#faffc6 Background Color

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

This div background color is #faffc6


#faffc6 Border Color

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

This div border color is #faffc6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,255,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 #faffc6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffc6

Related Colors


Comments

No comments written yet.

Please login to write comment.