Color Hex Logo

#faadaf Color Hex

#FAADAF
(250,173,175)
0 Favorites   0 Comments

Color spaces of #faadaf

RGB 250173175
HSL1.000.890.83
HSV358°31°98°
CMYK 0.000.310.30   0.02
XYZ62.105853.306347.5733
Yxy53.30630.38110.3271
Hunter Lab73.011224.068712.4751
CIE-Lab78.055528.466710.4022

#faadaf color RGB value is (250,173,175).

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

The process color (four color CMYK) of #faadaf color hex is 0.00, 0.31, 0.30, 0.02. Web safe color of #faadaf is #ff9999. Color #faadaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10101111
Octal 372 255 257
Decimal 250 173 175
Hex FA AD AF

RGB Percentages of Color #faadaf

%41.81
%28.93
%29.26

CMYK Percentages of Color #faadaf

%0
%31
%30
%2

Triadic Colors of #faadaf

#faadaf #affaad #adaffa

Analogous Colors of #faadaf

#faadaf #fad2ad #faadd6

Monochromatic Colors of #faadaf

#faadaf

Complementary Color

#faadaf #adfaf8

#faadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadaf Color CSS Codes

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

#faadaf Text Font Color

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

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


#faadaf Background Color

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

This div background color is #faadaf


#faadaf Border Color

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

This div border color is #faadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadaf


Comments

No comments written yet.

Please login to write comment.