Color Hex Logo

#fefbfa Color Hex

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

Color spaces of #fefbfa

RGB 254251250
HSL0.040.670.99
HSV15°100°
CMYK 0.000.010.02   0.00
XYZ92.625596.9673104.2772
Yxy96.96730.31520.3300
Hunter Lab98.4720-4.42396.1451
CIE-Lab98.81530.82380.8182

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

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

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

Base Numbers

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

RGB Percentages of Color #fefbfa

%33.64
%33.25
%33.11

CMYK Percentages of Color #fefbfa

%0
%1
%2
%0

Triadic Colors of #fefbfa

#fefbfa #fafefb #fbfafe

Analogous Colors of #fefbfa

#fefbfa #fefdfa #fefafb

Monochromatic Colors of #fefbfa

#fefbfa

Complementary Color

#fefbfa #fafdfe

#fefbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbfa Color CSS Codes

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

#fefbfa Text Font Color

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

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


#fefbfa Background Color

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

This div background color is #fefbfa


#fefbfa Border Color

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

This div border color is #fefbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.