Color Hex Logo

#fefdfa Color Hex

#FEFDFA
(254,253,250)
0 Favorites   0 Comments

Color spaces of #fefdfa

RGB 254253250
HSL0.130.670.99
HSV45°100°
CMYK 0.000.000.02   0.00
XYZ93.253698.2235104.4865
Yxy98.22350.31510.3319
Hunter Lab99.1078-5.48246.8677
CIE-Lab99.3090-0.18621.5375

#fefdfa color RGB value is (254,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11111010
Octal 376 375 372
Decimal 254 253 250
Hex FE FD FA

RGB Percentages of Color #fefdfa

%33.55
%33.42
%33.03

CMYK Percentages of Color #fefdfa

%0
%0
%2
%0

Triadic Colors of #fefdfa

#fefdfa #fafefd #fdfafe

Analogous Colors of #fefdfa

#fefdfa #fdfefa #fefbfa

Monochromatic Colors of #fefdfa

#fefdfa

Complementary Color

#fefdfa #fafbfe

#fefdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdfa Color CSS Codes

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

#fefdfa Text Font Color

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

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


#fefdfa Background Color

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

This div background color is #fefdfa


#fefdfa Border Color

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

This div border color is #fefdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.