Color Hex Logo

#fadadd Color Hex Pale Pink

#FADADD
(250,218,221)
10 Favorites   0 Comments

Color spaces of #fadadd Pale Pink

RGB 250218221
HSL0.980.760.92
HSV354°13°98°
CMYK 0.000.130.12   0.02
XYZ77.546975.687378.9286
Yxy75.68730.33400.3260
Hunter Lab86.99846.86047.1086
CIE-Lab89.714011.54632.6040

#fadadd color RGB value is (250,218,221). #fadadd color name is Pale Pink color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11011101
Octal 372 332 335
Decimal 250 218 221
Hex FA DA DD

RGB Percentages of Color #fadadd

%36.28
%31.64
%32.08

CMYK Percentages of Color #fadadd

%0
%13
%12
%2

Triadic Colors of #fadadd

#fadadd #ddfada #daddfa

Analogous Colors of #fadadd

#fadadd #fae7da #fadaed

Monochromatic Colors of #fadadd

#fadadd

Complementary Color

#fadadd #dafaf7

#fadadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadadd Color CSS Codes

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

#fadadd Text Font Color

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

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


#fadadd Background Color

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

This div background color is #fadadd


#fadadd Border Color

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

This div border color is #fadadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadadd


Comments

No comments written yet.

Please login to write comment.