Color Hex Logo

#faddf1 Color Hex

#FADDF1
(250,221,241)
0 Favorites   0 Comments

Color spaces of #faddf1

RGB 250221241
HSL0.890.740.92
HSV319°12°98°
CMYK 0.000.120.04   0.02
XYZ81.158078.387894.0720
Yxy78.38780.32000.3091
Hunter Lab88.53698.6838-1.0209
CIE-Lab90.956613.3326-6.0783

#faddf1 color RGB value is (250,221,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11110001
Octal 372 335 361
Decimal 250 221 241
Hex FA DD F1

RGB Percentages of Color #faddf1

%35.11
%31.04
%33.85

CMYK Percentages of Color #faddf1

%0
%12
%4
%2

Triadic Colors of #faddf1

#faddf1 #f1fadd #ddf1fa

Analogous Colors of #faddf1

#faddf1 #fadde3 #f5ddfa

Monochromatic Colors of #faddf1

#faddf1

Complementary Color

#faddf1 #ddfae6

#faddf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddf1 Color CSS Codes

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

#faddf1 Text Font Color

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

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


#faddf1 Background Color

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

This div background color is #faddf1


#faddf1 Border Color

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

This div border color is #faddf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddf1

Related Colors


Comments

No comments written yet.

Please login to write comment.