Color Hex Logo

#faddd9 Color Hex

#FADDD9
(250,221,217)
0 Favorites   0 Comments

Color spaces of #faddd9

RGB 250221217
HSL0.020.770.92
HSV13°98°
CMYK 0.000.120.13   0.02
XYZ77.805277.046776.4164
Yxy77.04670.33640.3331
Hunter Lab87.77624.61469.8266
CIE-Lab90.34319.35265.6155

#faddd9 color RGB value is (250,221,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11011001
Octal 372 335 331
Decimal 250 221 217
Hex FA DD D9

RGB Percentages of Color #faddd9

%36.34
%32.12
%31.54

CMYK Percentages of Color #faddd9

%0
%12
%13
%2

Triadic Colors of #faddd9

#faddd9 #d9fadd #ddd9fa

Analogous Colors of #faddd9

#faddd9 #faeed9 #fad9e6

Monochromatic Colors of #faddd9

#faddd9

Complementary Color

#faddd9 #d9f6fa

#faddd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddd9 Color CSS Codes

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

#faddd9 Text Font Color

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

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


#faddd9 Background Color

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

This div background color is #faddd9


#faddd9 Border Color

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

This div border color is #faddd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddd9

#faddd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.