Color Hex Logo

#fad3ec Color Hex

#FAD3EC
(250,211,236)
0 Favorites   0 Comments

Color spaces of #fad3ec

RGB 250211236
HSL0.890.800.90
HSV322°16°98°
CMYK 0.000.160.06   0.02
XYZ77.858972.968789.3376
Yxy72.96870.32420.3038
Hunter Lab85.421713.2085-2.2128
CIE-Lab88.432817.6943-7.1789

#fad3ec color RGB value is (250,211,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 11101100
Octal 372 323 354
Decimal 250 211 236
Hex FA D3 EC

RGB Percentages of Color #fad3ec

%35.87
%30.27
%33.86

CMYK Percentages of Color #fad3ec

%0
%16
%6
%2

Triadic Colors of #fad3ec

#fad3ec #ecfad3 #d3ecfa

Analogous Colors of #fad3ec

#fad3ec #fad3d9 #f5d3fa

Monochromatic Colors of #fad3ec

#fad3ec

Complementary Color

#fad3ec #d3fae1

#fad3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad3ec Color CSS Codes

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

#fad3ec Text Font Color

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

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


#fad3ec Background Color

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

This div background color is #fad3ec


#fad3ec Border Color

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

This div border color is #fad3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad3ec


Comments

No comments written yet.

Please login to write comment.