Color Hex Logo

#fad6f6 Color Hex

#FAD6F6
(250,214,246)
0 Favorites   0 Comments

Color spaces of #fad6f6

RGB 250214246
HSL0.850.780.91
HSV307°14°98°
CMYK 0.000.140.02   0.02
XYZ80.105575.070997.4569
Yxy75.07090.31710.2972
Hunter Lab86.643513.4046-6.0392
CIE-Lab89.426217.8695-10.9747

#fad6f6 color RGB value is (250,214,246).

#fad6f6 hex color red value is 250, green value is 214 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fad6f6 hue: 0.85 , saturation: 0.78 and the lightness value of fad6f6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 11110110
Octal 372 326 366
Decimal 250 214 246
Hex FA D6 F6

RGB Percentages of Color #fad6f6

%35.21
%30.14
%34.65

CMYK Percentages of Color #fad6f6

%0
%14
%2
%2

Triadic Colors of #fad6f6

#fad6f6 #f6fad6 #d6f6fa

Analogous Colors of #fad6f6

#fad6f6 #fad6e4 #ecd6fa

Monochromatic Colors of #fad6f6

#fad6f6

Complementary Color

#fad6f6 #d6fada

#fad6f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad6f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad6f6 Color CSS Codes

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

#fad6f6 Text Font Color

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

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


#fad6f6 Background Color

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

This div background color is #fad6f6


#fad6f6 Border Color

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

This div border color is #fad6f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad6f6


Comments

No comments written yet.

Please login to write comment.