Color Hex Logo

#fafbfb Color Hex

#FAFBFB
(250,251,251)
0 Favorites   0 Comments

Color spaces of #fafbfb

RGB 250251251
HSL0.500.110.98
HSV180°98°
CMYK 0.000.000.00   0.02
XYZ91.334196.2834105.0375
Yxy96.28340.31210.3290
Hunter Lab98.1241-5.56915.2196
CIE-Lab98.5447-0.3246-0.1263

#fafbfb color RGB value is (250,251,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 11111011
Octal 372 373 373
Decimal 250 251 251
Hex FA FB FB

RGB Percentages of Color #fafbfb

%33.24
%33.38
%33.38

CMYK Percentages of Color #fafbfb

%0
%0
%0
%2

Triadic Colors of #fafbfb

#fafbfb #fbfafb #fbfbfa

Monochromatic Colors of #fafbfb

#fafbfb

Complementary Color

#fafbfb #fbfafa

#fafbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafbfb Color CSS Codes

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

#fafbfb Text Font Color

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

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


#fafbfb Background Color

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

This div background color is #fafbfb


#fafbfb Border Color

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

This div border color is #fafbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.