Color Hex Logo

#faddf4 Color Hex

#FADDF4
(250,221,244)
0 Favorites   0 Comments

Color spaces of #faddf4

RGB 250221244
HSL0.870.740.92
HSV312°12°98°
CMYK 0.000.120.02   0.02
XYZ81.609978.568596.4519
Yxy78.56850.31800.3062
Hunter Lab88.63899.2271-2.4689
CIE-Lab91.038713.8574-7.5297

#faddf4 color RGB value is (250,221,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11110100
Octal 372 335 364
Decimal 250 221 244
Hex FA DD F4

RGB Percentages of Color #faddf4

%34.97
%30.91
%34.13

CMYK Percentages of Color #faddf4

%0
%12
%2
%2

Triadic Colors of #faddf4

#faddf4 #f4fadd #ddf4fa

Analogous Colors of #faddf4

#faddf4 #fadde6 #f2ddfa

Monochromatic Colors of #faddf4

#faddf4

Complementary Color

#faddf4 #ddfae3

#faddf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddf4 Color CSS Codes

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

#faddf4 Text Font Color

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

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


#faddf4 Background Color

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

This div background color is #faddf4


#faddf4 Border Color

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

This div border color is #faddf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddf4

Related Colors


Comments

No comments written yet.

Please login to write comment.