Color Hex Logo

#fad0ec Color Hex

#FAD0EC
(250,208,236)
0 Favorites   0 Comments

Color spaces of #fad0ec

RGB 250208236
HSL0.890.810.90
HSV320°17°98°
CMYK 0.000.170.06   0.02
XYZ77.120571.491989.0915
Yxy71.49190.32440.3008
Hunter Lab84.552914.8419-3.2855
CIE-Lab87.723419.2681-8.2298

#fad0ec color RGB value is (250,208,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 11101100
Octal 372 320 354
Decimal 250 208 236
Hex FA D0 EC

RGB Percentages of Color #fad0ec

%36.02
%29.97
%34.01

CMYK Percentages of Color #fad0ec

%0
%17
%6
%2

Triadic Colors of #fad0ec

#fad0ec #ecfad0 #d0ecfa

Analogous Colors of #fad0ec

#fad0ec #fad0d7 #f3d0fa

Monochromatic Colors of #fad0ec

#fad0ec

Complementary Color

#fad0ec #d0fade

#fad0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad0ec Color CSS Codes

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

#fad0ec Text Font Color

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

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


#fad0ec Background Color

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

This div background color is #fad0ec


#fad0ec Border Color

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

This div border color is #fad0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad0ec


Comments

No comments written yet.

Please login to write comment.