Color Hex Logo

#fbfefb Color Hex

#FBFEFB
(251,254,251)
1 Favorites   0 Comments

Color spaces of #fbfefb

RGB 251254251
HSL0.330.600.99
HSV120°100°
CMYK 0.010.000.01   0.00
XYZ92.638198.3579105.3692
Yxy98.35790.31260.3319
Hunter Lab99.1756-6.82366.4301
CIE-Lab99.3615-1.50831.0742

#fbfefb color RGB value is (251,254,251).

#fbfefb hex color red value is 251, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbfefb hue: 0.33 , saturation: 0.60 and the lightness value of fbfefb is 0.99.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11111011
Octal 373 376 373
Decimal 251 254 251
Hex FB FE FB

Shades of #fbfefb


Tints of #fbfefb

All tints are identical with #fbfefb

RGB Percentages of Color #fbfefb

%33.20
%33.60
%33.20

CMYK Percentages of Color #fbfefb

%1
%0
%1
%0

Triadic Colors of #fbfefb

#fbfefb #fbfbfe #fefbfb

Analogous Colors of #fbfefb

#fbfefb #fbfefd #fdfefb

Monochromatic Colors of #fbfefb

#fbfefb

Complementary Color

#fbfefb #fefbfe

#fbfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfefb Color CSS Codes

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

#fbfefb Text Font Color

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

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


#fbfefb Background Color

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

This div background color is #fbfefb


#fbfefb Border Color

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

This div border color is #fbfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfefb

Related Colors


Comments

No comments written yet.

Please login to write comment.