Color Hex Logo

#faadba Color Hex

#FAADBA
(250,173,186)
0 Favorites   0 Comments

Color spaces of #faadba

RGB 250173186
HSL0.970.890.83
HSV350°31°98°
CMYK 0.000.310.26   0.02
XYZ63.230853.756353.4978
Yxy53.75630.37090.3153
Hunter Lab73.318725.63268.0615
CIE-Lab78.319429.93324.8021

#faadba color RGB value is (250,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10111010
Octal 372 255 272
Decimal 250 173 186
Hex FA AD BA

RGB Percentages of Color #faadba

%41.05
%28.41
%30.54

CMYK Percentages of Color #faadba

%0
%31
%26
%2

Triadic Colors of #faadba

#faadba #bafaad #adbafa

Analogous Colors of #faadba

#faadba #fac7ad #faade1

Monochromatic Colors of #faadba

#faadba

Complementary Color

#faadba #adfaed

#faadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadba Color CSS Codes

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

#faadba Text Font Color

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

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


#faadba Background Color

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

This div background color is #faadba


#faadba Border Color

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

This div border color is #faadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadba

Related Colors


Comments

No comments written yet.

Please login to write comment.