Color Hex Logo

#fad4e4 Color Hex

#FAD4E4
(250,212,228)
0 Favorites   0 Comments

Color spaces of #fad4e4

RGB 250212228
HSL0.930.790.91
HSV335°15°98°
CMYK 0.000.150.09   0.02
XYZ76.971473.012483.4348
Yxy73.01240.32980.3128
Hunter Lab85.447311.26101.9195
CIE-Lab88.453615.8201-2.9249

#fad4e4 color RGB value is (250,212,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 11100100
Octal 372 324 344
Decimal 250 212 228
Hex FA D4 E4

RGB Percentages of Color #fad4e4

%36.23
%30.72
%33.04

CMYK Percentages of Color #fad4e4

%0
%15
%9
%2

Triadic Colors of #fad4e4

#fad4e4 #e4fad4 #d4e4fa

Analogous Colors of #fad4e4

#fad4e4 #fad7d4 #fad4f7

Monochromatic Colors of #fad4e4

#fad4e4

Complementary Color

#fad4e4 #d4faea

#fad4e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad4e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad4e4 Color CSS Codes

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

#fad4e4 Text Font Color

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

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


#fad4e4 Background Color

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

This div background color is #fad4e4


#fad4e4 Border Color

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

This div border color is #fad4e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad4e4


Comments

No comments written yet.

Please login to write comment.