Color Hex Logo

#fad1dc Color Hex

#FAD1DC
(250,209,220)
0 Favorites   0 Comments

Color spaces of #fad1dc

RGB 250209220
HSL0.960.800.90
HSV344°16°98°
CMYK 0.000.160.12   0.02
XYZ75.143171.092277.4719
Yxy71.09220.33590.3178
Hunter Lab84.316211.52694.5441
CIE-Lab87.529816.0825-0.0496

#fad1dc color RGB value is (250,209,220).

#fad1dc hex color red value is 250, green value is 209 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fad1dc hue: 0.96 , saturation: 0.80 and the lightness value of fad1dc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 11011100
Octal 372 321 334
Decimal 250 209 220
Hex FA D1 DC

RGB Percentages of Color #fad1dc

%36.82
%30.78
%32.40

CMYK Percentages of Color #fad1dc

%0
%16
%12
%2

Triadic Colors of #fad1dc

#fad1dc #dcfad1 #d1dcfa

Analogous Colors of #fad1dc

#fad1dc #fadbd1 #fad1f1

Monochromatic Colors of #fad1dc

#fad1dc

Complementary Color

#fad1dc #d1faef

#fad1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad1dc Color CSS Codes

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

#fad1dc Text Font Color

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

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


#fad1dc Background Color

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

This div background color is #fad1dc


#fad1dc Border Color

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

This div border color is #fad1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad1dc


Comments

No comments written yet.

Please login to write comment.