Color Hex Logo

#fffdfa Color Hex

#FFFDFA
(255,253,250)
0 Favorites   0 Comments

Color spaces of #fffdfa

RGB 255253250
HSL0.101.000.99
HSV36°100°
CMYK 0.000.010.02   0.00
XYZ93.620698.4127104.5037
Yxy98.41270.31570.3319
Hunter Lab99.2032-5.15056.9843
CIE-Lab99.38300.14581.6543

#fffdfa color RGB value is (255,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 11111010
Octal 377 375 372
Decimal 255 253 250
Hex FF FD FA

RGB Percentages of Color #fffdfa

%33.64
%33.38
%32.98

CMYK Percentages of Color #fffdfa

%0
%1
%2
%0

Triadic Colors of #fffdfa

#fffdfa #fafffd #fdfaff

Analogous Colors of #fffdfa

#fffdfa #fffffa #fffbfa

Monochromatic Colors of #fffdfa

#fffdfa

Complementary Color

#fffdfa #fafcff

#fffdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdfa Color CSS Codes

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

#fffdfa Text Font Color

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

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


#fffdfa Background Color

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

This div background color is #fffdfa


#fffdfa Border Color

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

This div border color is #fffdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.