Color Hex Logo

#fad2df Color Hex

#FAD2DF
(250,210,223)
0 Favorites   0 Comments

Color spaces of #fad2df

RGB 250210223
HSL0.950.800.90
HSV341°16°98°
CMYK 0.000.160.11   0.02
XYZ75.790271.744979.6656
Yxy71.74490.33360.3158
Hunter Lab84.702411.48963.5273
CIE-Lab87.845716.0443-1.1746

#fad2df color RGB value is (250,210,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 11011111
Octal 372 322 337
Decimal 250 210 223
Hex FA D2 DF

RGB Percentages of Color #fad2df

%36.60
%30.75
%32.65

CMYK Percentages of Color #fad2df

%0
%16
%11
%2

Triadic Colors of #fad2df

#fad2df #dffad2 #d2dffa

Analogous Colors of #fad2df

#fad2df #fad9d2 #fad2f3

Monochromatic Colors of #fad2df

#fad2df

Complementary Color

#fad2df #d2faed

#fad2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad2df Color CSS Codes

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

#fad2df Text Font Color

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

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


#fad2df Background Color

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

This div background color is #fad2df


#fad2df Border Color

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

This div border color is #fad2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad2df

Related Colors


Comments

No comments written yet.

Please login to write comment.