Color Hex Logo

#fad2dc Color Hex

#FAD2DC
(250,210,220)
0 Favorites   0 Comments

Color spaces of #fad2dc

RGB 250210220
HSL0.960.800.90
HSV345°16°98°
CMYK 0.000.160.12   0.02
XYZ75.389271.584577.5539
Yxy71.58450.33580.3188
Hunter Lab84.607610.98824.8783
CIE-Lab87.768215.55900.2985

#fad2dc color RGB value is (250,210,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 11011100
Octal 372 322 334
Decimal 250 210 220
Hex FA D2 DC

RGB Percentages of Color #fad2dc

%36.76
%30.88
%32.35

CMYK Percentages of Color #fad2dc

%0
%16
%12
%2

Triadic Colors of #fad2dc

#fad2dc #dcfad2 #d2dcfa

Analogous Colors of #fad2dc

#fad2dc #fadcd2 #fad2f0

Monochromatic Colors of #fad2dc

#fad2dc

Complementary Color

#fad2dc #d2faf0

#fad2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad2dc Color CSS Codes

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

#fad2dc Text Font Color

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

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


#fad2dc Background Color

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

This div background color is #fad2dc


#fad2dc Border Color

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

This div border color is #fad2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad2dc


Comments

No comments written yet.

Please login to write comment.