Color Hex Logo

#faddf9 Color Hex

#FADDF9
(250,221,249)
0 Favorites   0 Comments

Color spaces of #faddf9

RGB 250221249
HSL0.840.740.92
HSV302°12°98°
CMYK 0.000.120.00   0.02
XYZ82.379778.8764100.5053
Yxy78.87640.31470.3013
Hunter Lab88.812410.1496-4.9274
CIE-Lab91.178314.7450-9.9428

#faddf9 color RGB value is (250,221,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11111001
Octal 372 335 371
Decimal 250 221 249
Hex FA DD F9

RGB Percentages of Color #faddf9

%34.72
%30.69
%34.58

CMYK Percentages of Color #faddf9

%0
%12
%0
%2

Triadic Colors of #faddf9

#faddf9 #f9fadd #ddf9fa

Analogous Colors of #faddf9

#faddf9 #faddeb #edddfa

Monochromatic Colors of #faddf9

#faddf9

Complementary Color

#faddf9 #ddfade

#faddf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddf9 Color CSS Codes

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

#faddf9 Text Font Color

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

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


#faddf9 Background Color

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

This div background color is #faddf9


#faddf9 Border Color

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

This div border color is #faddf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddf9

Related Colors


Comments

No comments written yet.

Please login to write comment.