Color Hex Logo

#faf9fa Color Hex

#FAF9FA
(250,249,250)
0 Favorites   0 Comments

Color spaces of #faf9fa

RGB 250249250
HSL0.830.090.98
HSV300°98°
CMYK 0.000.000.00   0.02
XYZ90.555394.9775104.0022
Yxy94.97750.31280.3280
Hunter Lab97.4564-4.68874.9472
CIE-Lab98.02450.5113-0.3718

#faf9fa color RGB value is (250,249,250).

#faf9fa hex color red value is 250, green value is 249 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #faf9fa hue: 0.83 , saturation: 0.09 and the lightness value of faf9fa is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 11111010
Octal 372 371 372
Decimal 250 249 250
Hex FA F9 FA

RGB Percentages of Color #faf9fa

%33.38
%33.24
%33.38

CMYK Percentages of Color #faf9fa

%0
%0
%0
%2

Triadic Colors of #faf9fa

#faf9fa #fafaf9 #f9fafa

Monochromatic Colors of #faf9fa

#faf9fa

Complementary Color

#faf9fa #f9faf9

#faf9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf9fa Color CSS Codes

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

#faf9fa Text Font Color

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

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


#faf9fa Background Color

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

This div background color is #faf9fa


#faf9fa Border Color

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

This div border color is #faf9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf9fa


Comments

No comments written yet.

Please login to write comment.