Color Hex Logo

#f8fafa Color Hex

#F8FAFA
(248,250,250)
0 Favorites   0 Comments

Color spaces of #f8fafa

RGB 248250250
HSL0.500.170.98
HSV180°98°
CMYK 0.010.000.00   0.02
XYZ90.152395.2298104.0721
Yxy95.22980.31150.3290
Hunter Lab97.5858-5.87215.0791
CIE-Lab98.1254-0.6544-0.2420

#f8fafa color RGB value is (248,250,250).

#f8fafa hex color red value is 248, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f8fafa hue: 0.50 , saturation: 0.17 and the lightness value of f8fafa is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111010 11111010
Octal 370 372 372
Decimal 248 250 250
Hex F8 FA FA

RGB Percentages of Color #f8fafa

%33.16
%33.42
%33.42

CMYK Percentages of Color #f8fafa

%1
%0
%0
%2

Triadic Colors of #f8fafa

#f8fafa #faf8fa #fafaf8

Analogous Colors of #f8fafa

#f8fafa #f8f9fa #f8faf9

Monochromatic Colors of #f8fafa

#f8fafa

Complementary Color

#f8fafa #faf8f8

#f8fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fafa Color CSS Codes

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

#f8fafa Text Font Color

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

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


#f8fafa Background Color

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

This div background color is #f8fafa


#f8fafa Border Color

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

This div border color is #f8fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fafa

Related Colors

#f8fafa Color Palettes


Comments

No comments written yet.

Please login to write comment.