Color Hex Logo

#faaded Color Hex

#FAADED
(250,173,237)
0 Favorites   0 Comments

Color spaces of #faaded

RGB 250173237
HSL0.860.890.83
HSV310°31°98°
CMYK 0.000.310.05   0.02
XYZ69.654056.325687.3215
Yxy56.32560.32660.2641
Hunter Lab75.050434.3271-16.4489
CIE-Lab79.798837.8625-20.6460

#faaded color RGB value is (250,173,237).

#faaded hex color red value is 250, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #faaded hue: 0.86 , saturation: 0.89 and the lightness value of faaded is 0.83.

The process color (four color CMYK) of #faaded color hex is 0.00, 0.31, 0.05, 0.02. Web safe color of #faaded is #ff99ff. Color #faaded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11101101
Octal 372 255 355
Decimal 250 173 237
Hex FA AD ED

RGB Percentages of Color #faaded

%37.88
%26.21
%35.91

CMYK Percentages of Color #faaded

%0
%31
%5
%2

Triadic Colors of #faaded

#faaded #edfaad #adedfa

Analogous Colors of #faaded

#faaded #faadc7 #e1adfa

Monochromatic Colors of #faaded

#faaded

Complementary Color

#faaded #adfaba

#faaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaded Color CSS Codes

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

#faaded Text Font Color

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

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


#faaded Background Color

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

This div background color is #faaded


#faaded Border Color

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

This div border color is #faaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaded


Comments

No comments written yet.

Please login to write comment.