Color Hex Logo

#faddc2 Color Hex

#FADDC2
(250,221,194)
0 Favorites   0 Comments

Color spaces of #faddc2

RGB 250221194
HSL0.080.850.87
HSV29°22°98°
CMYK 0.000.120.22   0.02
XYZ75.018475.931961.7414
Yxy75.93190.35270.3570
Hunter Lab87.13891.178618.9879
CIE-Lab89.82775.921816.9219

#faddc2 color RGB value is (250,221,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11000010
Octal 372 335 302
Decimal 250 221 194
Hex FA DD C2

RGB Percentages of Color #faddc2

%37.59
%33.23
%29.17

CMYK Percentages of Color #faddc2

%0
%12
%22
%2

Triadic Colors of #faddc2

#faddc2 #c2fadd #ddc2fa

Analogous Colors of #faddc2

#faddc2 #faf9c2 #fac2c3

Monochromatic Colors of #faddc2

#faddc2

Complementary Color

#faddc2 #c2dffa

#faddc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddc2 Color CSS Codes

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

#faddc2 Text Font Color

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

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


#faddc2 Background Color

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

This div background color is #faddc2


#faddc2 Border Color

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

This div border color is #faddc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddc2


Comments

No comments written yet.

Please login to write comment.