Color Hex Logo

#fad4de Color Hex

#FAD4DE
(250,212,222)
0 Favorites   0 Comments

Color spaces of #fad4de

RGB 250212222
HSL0.960.790.91
HSV344°15°98°
CMYK 0.000.150.11   0.02
XYZ76.152672.684979.1231
Yxy72.68490.33410.3188
Hunter Lab85.255410.24434.6535
CIE-Lab88.297214.83580.0139

#fad4de color RGB value is (250,212,222).

#fad4de hex color red value is 250, green value is 212 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fad4de hue: 0.96 , saturation: 0.79 and the lightness value of fad4de is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 11011110
Octal 372 324 336
Decimal 250 212 222
Hex FA D4 DE

RGB Percentages of Color #fad4de

%36.55
%30.99
%32.46

CMYK Percentages of Color #fad4de

%0
%15
%11
%2

Triadic Colors of #fad4de

#fad4de #defad4 #d4defa

Analogous Colors of #fad4de

#fad4de #faddd4 #fad4f1

Monochromatic Colors of #fad4de

#fad4de

Complementary Color

#fad4de #d4faf0

#fad4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad4de Color CSS Codes

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

#fad4de Text Font Color

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

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


#fad4de Background Color

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

This div background color is #fad4de


#fad4de Border Color

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

This div border color is #fad4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad4de


Comments

No comments written yet.

Please login to write comment.