Color Hex Logo

#fdeffa Color Hex

#FDEFFA
(253,239,250)
0 Favorites   0 Comments

Color spaces of #fdeffa

RGB 253239250
HSL0.870.780.96
HSV313°99°
CMYK 0.000.060.01   0.01
XYZ88.629889.5178103.0498
Yxy89.51780.31520.3183
Hunter Lab94.61381.63621.6533
CIE-Lab95.79646.6031-3.6103

#fdeffa color RGB value is (253,239,250).

#fdeffa hex color red value is 253, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fdeffa hue: 0.87 , saturation: 0.78 and the lightness value of fdeffa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11111010
Octal 375 357 372
Decimal 253 239 250
Hex FD EF FA

RGB Percentages of Color #fdeffa

%34.10
%32.21
%33.69

CMYK Percentages of Color #fdeffa

%0
%6
%1
%1

Triadic Colors of #fdeffa

#fdeffa #fafdef #effafd

Analogous Colors of #fdeffa

#fdeffa #fdeff3 #f9effd

Monochromatic Colors of #fdeffa

#fdeffa

Complementary Color

#fdeffa #effdf2

#fdeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeffa Color CSS Codes

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

#fdeffa Text Font Color

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

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


#fdeffa Background Color

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

This div background color is #fdeffa


#fdeffa Border Color

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

This div border color is #fdeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeffa

Related Colors


Comments

No comments written yet.

Please login to write comment.