Color Hex Logo

#faddc5 Color Hex

#FADDC5
(250,221,197)
0 Favorites   0 Comments

Color spaces of #faddc5

RGB 250221197
HSL0.080.840.88
HSV27°21°98°
CMYK 0.000.120.21   0.02
XYZ75.358876.068163.5341
Yxy76.06810.35060.3539
Hunter Lab87.21701.600917.8615
CIE-Lab89.89106.347015.4440

#faddc5 color RGB value is (250,221,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11000101
Octal 372 335 305
Decimal 250 221 197
Hex FA DD C5

RGB Percentages of Color #faddc5

%37.43
%33.08
%29.49

CMYK Percentages of Color #faddc5

%0
%12
%21
%2

Triadic Colors of #faddc5

#faddc5 #c5fadd #ddc5fa

Analogous Colors of #faddc5

#faddc5 #faf8c5 #fac5c8

Monochromatic Colors of #faddc5

#faddc5

Complementary Color

#faddc5 #c5e2fa

#faddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddc5 Color CSS Codes

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

#faddc5 Text Font Color

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

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


#faddc5 Background Color

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

This div background color is #faddc5


#faddc5 Border Color

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

This div border color is #faddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddc5


Comments

No comments written yet.

Please login to write comment.