Color Hex Logo

#fbfefa Color Hex

#FBFEFA
(251,254,250)
0 Favorites   0 Comments

Color spaces of #fbfefa

RGB 251254250
HSL0.290.670.99
HSV105°100°
CMYK 0.010.000.02   0.00
XYZ92.480898.2950104.5410
Yxy98.29500.31320.3328
Hunter Lab99.1438-6.99796.8831
CIE-Lab99.3370-1.68301.5515

#fbfefa color RGB value is (251,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11111010
Octal 373 376 372
Decimal 251 254 250
Hex FB FE FA

RGB Percentages of Color #fbfefa

%33.25
%33.64
%33.11

CMYK Percentages of Color #fbfefa

%1
%0
%2
%0

Triadic Colors of #fbfefa

#fbfefa #fafbfe #fefafb

Analogous Colors of #fbfefa

#fbfefa #fafefb #fdfefa

Monochromatic Colors of #fbfefa

#fbfefa

Complementary Color

#fbfefa #fdfafe

#fbfefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfefa Color CSS Codes

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

#fbfefa Text Font Color

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

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


#fbfefa Background Color

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

This div background color is #fbfefa


#fbfefa Border Color

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

This div border color is #fbfefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfefa

Related Colors


Comments

No comments written yet.

Please login to write comment.