Color Hex Logo

#fafddd Color Hex

#FAFDDD
(250,253,221)
0 Favorites   0 Comments

Color spaces of #fafddd

RGB 250253221
HSL0.180.890.93
HSV66°13°99°
CMYK 0.010.000.13   0.01
XYZ87.600895.795082.2798
Yxy95.79500.32970.3606
Hunter Lab97.8749-11.518618.6695
CIE-Lab98.3507-6.304814.9875

#fafddd color RGB value is (250,253,221).

#fafddd hex color red value is 250, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fafddd hue: 0.18 , saturation: 0.89 and the lightness value of fafddd is 0.93.

The process color (four color CMYK) of #fafddd color hex is 0.01, 0.00, 0.13, 0.01. Web safe color of #fafddd is #ffffcc. Color #fafddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 11011101
Octal 372 375 335
Decimal 250 253 221
Hex FA FD DD

RGB Percentages of Color #fafddd

%34.53
%34.94
%30.52

CMYK Percentages of Color #fafddd

%1
%0
%13
%1

Triadic Colors of #fafddd

#fafddd #ddfafd #fdddfa

Analogous Colors of #fafddd

#fafddd #eafddd #fdf0dd

Monochromatic Colors of #fafddd

#fafddd

Complementary Color

#fafddd #e0ddfd

#fafddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafddd Color CSS Codes

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

#fafddd Text Font Color

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

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


#fafddd Background Color

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

This div background color is #fafddd


#fafddd Border Color

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

This div border color is #fafddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,253,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fafddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafddd

Related Colors

#fafddd Color Palettes


Comments

No comments written yet.

Please login to write comment.