Color Hex Logo

#faded2 Color Hex

#FADED2
(250,222,210)
0 Favorites   0 Comments

Color spaces of #faded2

RGB 250222210
HSL0.050.800.90
HSV18°16°98°
CMYK 0.000.110.16   0.02
XYZ77.178577.219771.8099
Yxy77.21970.34120.3414
Hunter Lab87.87472.991913.0614
CIE-Lab90.42267.75069.3983

#faded2 color RGB value is (250,222,210).

#faded2 hex color red value is 250, green value is 222 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #faded2 hue: 0.05 , saturation: 0.80 and the lightness value of faded2 is 0.90.

The process color (four color CMYK) of #faded2 color hex is 0.00, 0.11, 0.16, 0.02. Web safe color of #faded2 is #ffcccc. Color #faded2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11010010
Octal 372 336 322
Decimal 250 222 210
Hex FA DE D2

RGB Percentages of Color #faded2

%36.66
%32.55
%30.79

CMYK Percentages of Color #faded2

%0
%11
%16
%2

Triadic Colors of #faded2

#faded2 #d2fade #ded2fa

Analogous Colors of #faded2

#faded2 #faf2d2 #fad2da

Monochromatic Colors of #faded2

#faded2

Complementary Color

#faded2 #d2eefa

#faded2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faded2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faded2 Color CSS Codes

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

#faded2 Text Font Color

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

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


#faded2 Background Color

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

This div background color is #faded2


#faded2 Border Color

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

This div border color is #faded2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faded2


Comments

No comments written yet.

Please login to write comment.