Color Hex Logo

#fafadd Color Hex

#FAFADD
(250,250,221)
0 Favorites   0 Comments

Color spaces of #fafadd

RGB 250250221
HSL0.170.740.92
HSV60°12°98°
CMYK 0.000.000.12   0.02
XYZ86.661193.915781.9666
Yxy93.91570.33010.3577
Hunter Lab96.9101-9.970517.6896
CIE-Lab97.5980-4.806413.9211

#fafadd color RGB value is (250,250,221).

#fafadd hex color red value is 250, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fafadd hue: 0.17 , saturation: 0.74 and the lightness value of fafadd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 11011101
Octal 372 372 335
Decimal 250 250 221
Hex FA FA DD

RGB Percentages of Color #fafadd

%34.67
%34.67
%30.65

CMYK Percentages of Color #fafadd

%0
%0
%12
%2

Triadic Colors of #fafadd

#fafadd #ddfafa #faddfa

Analogous Colors of #fafadd

#fafadd #ecfadd #faecdd

Monochromatic Colors of #fafadd

#fafadd

Complementary Color

#fafadd #ddddfa

#fafadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafadd Color CSS Codes

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

#fafadd Text Font Color

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

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


#fafadd Background Color

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

This div background color is #fafadd


#fafadd Border Color

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

This div border color is #fafadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafadd

Related Colors


Comments

No comments written yet.

Please login to write comment.