Color Hex Logo

#fffafa Color Hex Snow1

#FFFAFA
(255,250,250)
37 Favorites   1 Comments

Color spaces of #fffafa Snow1

RGB 255250250
HSL0.001.000.99
HSV100°
CMYK 0.000.020.02   0.00
XYZ92.680996.5333104.1905
Yxy96.53330.31590.3290
Hunter Lab98.2514-3.56015.9020
CIE-Lab98.64371.66200.5770

#fffafa color RGB value is (255,250,250). #fffafa color name is Snow1 color.

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

The process color (four color CMYK) of #fffafa color hex is 0.00, 0.02, 0.02, 0.00. Web safe color of #fffafa is #ffffff. Color #fffafa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 11111010
Octal 377 372 372
Decimal 255 250 250
Hex FF FA FA

RGB Percentages of Color #fffafa

%33.77
%33.11
%33.11

CMYK Percentages of Color #fffafa

%0
%2
%2
%0

Triadic Colors of #fffafa

#fffafa #fafffa #fafaff

Analogous Colors of #fffafa

#fffafa #fffdfa #fffafd

Monochromatic Colors of #fffafa

#fffafa

Complementary Color

#fffafa #faffff

#fffafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffafa Color CSS Codes

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

#fffafa Text Font Color

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

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


#fffafa Background Color

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

This div background color is #fffafa


#fffafa Border Color

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

This div border color is #fffafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffafa

Related Colors


Comments

8 Jan 2019, 19:11 Moonlitlake

Its like a slightly blood tinted white

Please login to write comment.