Color Hex Logo

#faddf6 Color Hex

#FADDF6
(250,221,246)
0 Favorites   0 Comments

Color spaces of #faddf6

RGB 250221246
HSL0.860.740.92
HSV308°12°98°
CMYK 0.000.120.02   0.02
XYZ81.915378.690798.0602
Yxy78.69070.31670.3042
Hunter Lab88.70789.5934-3.4455
CIE-Lab91.094214.2104-8.4958

#faddf6 color RGB value is (250,221,246).

#faddf6 hex color red value is 250, green value is 221 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #faddf6 hue: 0.86 , saturation: 0.74 and the lightness value of faddf6 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11110110
Octal 372 335 366
Decimal 250 221 246
Hex FA DD F6

RGB Percentages of Color #faddf6

%34.87
%30.82
%34.31

CMYK Percentages of Color #faddf6

%0
%12
%2
%2

Triadic Colors of #faddf6

#faddf6 #f6fadd #ddf6fa

Analogous Colors of #faddf6

#faddf6 #fadde8 #f0ddfa

Monochromatic Colors of #faddf6

#faddf6

Complementary Color

#faddf6 #ddfae1

#faddf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddf6 Color CSS Codes

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

#faddf6 Text Font Color

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

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


#faddf6 Background Color

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

This div background color is #faddf6


#faddf6 Border Color

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

This div border color is #faddf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddf6

Related Colors


Comments

No comments written yet.

Please login to write comment.