Color Hex Logo

#fad4eb Color Hex

#FAD4EB
(250,212,235)
0 Favorites   0 Comments

Color spaces of #fad4eb

RGB 250212235
HSL0.900.790.91
HSV324°15°98°
CMYK 0.000.150.06   0.02
XYZ77.963273.409188.6575
Yxy73.40910.32480.3058
Hunter Lab85.679112.4866-1.3757
CIE-Lab88.642516.9993-6.3411

#fad4eb color RGB value is (250,212,235).

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

The process color (four color CMYK) of #fad4eb color hex is 0.00, 0.15, 0.06, 0.02. Web safe color of #fad4eb is #ffccff. Color #fad4eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 11101011
Octal 372 324 353
Decimal 250 212 235
Hex FA D4 EB

RGB Percentages of Color #fad4eb

%35.87
%30.42
%33.72

CMYK Percentages of Color #fad4eb

%0
%15
%6
%2

Triadic Colors of #fad4eb

#fad4eb #ebfad4 #d4ebfa

Analogous Colors of #fad4eb

#fad4eb #fad4d8 #f6d4fa

Monochromatic Colors of #fad4eb

#fad4eb

Complementary Color

#fad4eb #d4fae3

#fad4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad4eb Color CSS Codes

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

#fad4eb Text Font Color

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

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


#fad4eb Background Color

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

This div background color is #fad4eb


#fad4eb Border Color

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

This div border color is #fad4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad4eb


Comments

No comments written yet.

Please login to write comment.