Color Hex Logo

#faffc7 Color Hex

#FAFFC7
(250,255,199)
0 Favorites   0 Comments

Color spaces of #faffc7

RGB 250255199
HSL0.181.000.89
HSV65°22°100°
CMYK 0.020.000.22   0.00
XYZ85.493195.967568.0504
Yxy95.96750.34260.3846
Hunter Lab97.9630-15.656927.3881
CIE-Lab98.4193-10.534626.2783

#faffc7 color RGB value is (250,255,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11000111
Octal 372 377 307
Decimal 250 255 199
Hex FA FF C7

RGB Percentages of Color #faffc7

%35.51
%36.22
%28.27

CMYK Percentages of Color #faffc7

%2
%0
%22
%0

Triadic Colors of #faffc7

#faffc7 #c7faff #ffc7fa

Analogous Colors of #faffc7

#faffc7 #deffc7 #ffe8c7

Monochromatic Colors of #faffc7

#faffc7

Complementary Color

#faffc7 #ccc7ff

#faffc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffc7 Color CSS Codes

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

#faffc7 Text Font Color

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

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


#faffc7 Background Color

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

This div background color is #faffc7


#faffc7 Border Color

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

This div border color is #faffc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffc7

Related Colors


Comments

No comments written yet.

Please login to write comment.