Color Hex Logo

#faddd5 Color Hex

#FADDD5
(250,221,213)
0 Favorites   0 Comments

Color spaces of #faddd5

RGB 250221213
HSL0.040.790.91
HSV13°15°98°
CMYK 0.000.120.15   0.02
XYZ77.291076.841073.7089
Yxy76.84100.33920.3373
Hunter Lab87.65903.984411.5067
CIE-Lab90.24848.72827.5766

#faddd5 color RGB value is (250,221,213).

#faddd5 hex color red value is 250, green value is 221 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #faddd5 hue: 0.04 , saturation: 0.79 and the lightness value of faddd5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11010101
Octal 372 335 325
Decimal 250 221 213
Hex FA DD D5

RGB Percentages of Color #faddd5

%36.55
%32.31
%31.14

CMYK Percentages of Color #faddd5

%0
%12
%15
%2

Triadic Colors of #faddd5

#faddd5 #d5fadd #ddd5fa

Analogous Colors of #faddd5

#faddd5 #faf0d5 #fad5e0

Monochromatic Colors of #faddd5

#faddd5

Complementary Color

#faddd5 #d5f2fa

#faddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddd5 Color CSS Codes

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

#faddd5 Text Font Color

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

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


#faddd5 Background Color

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

This div background color is #faddd5


#faddd5 Border Color

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

This div border color is #faddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddd5


Comments

No comments written yet.

Please login to write comment.