Color Hex Logo

#faadbe Color Hex

#FAADBE
(250,173,190)
0 Favorites   0 Comments

Color spaces of #faadbe

RGB 250173190
HSL0.960.890.83
HSV347°31°98°
CMYK 0.000.310.24   0.02
XYZ63.662253.928855.7691
Yxy53.92880.36720.3111
Hunter Lab73.436226.22916.3792
CIE-Lab78.420230.48922.7734

#faadbe color RGB value is (250,173,190).

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

The process color (four color CMYK) of #faadbe color hex is 0.00, 0.31, 0.24, 0.02. Web safe color of #faadbe is #ff99cc. Color #faadbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10111110
Octal 372 255 276
Decimal 250 173 190
Hex FA AD BE

RGB Percentages of Color #faadbe

%40.78
%28.22
%31.00

CMYK Percentages of Color #faadbe

%0
%31
%24
%2

Triadic Colors of #faadbe

#faadbe #befaad #adbefa

Analogous Colors of #faadbe

#faadbe #fac3ad #faade5

Monochromatic Colors of #faadbe

#faadbe

Complementary Color

#faadbe #adfae9

#faadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadbe Color CSS Codes

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

#faadbe Text Font Color

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

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


#faadbe Background Color

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

This div background color is #faadbe


#faadbe Border Color

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

This div border color is #faadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadbe

Related Colors


Comments

No comments written yet.

Please login to write comment.