Color Hex Logo

#faabad Color Hex

#FAABAD
(250,171,173)
0 Favorites   0 Comments

Color spaces of #faabad

RGB 250171173
HSL1.000.890.83
HSV358°32°98°
CMYK 0.000.320.31   0.02
XYZ61.530152.466946.4193
Yxy52.46690.38360.3271
Hunter Lab72.434024.869712.7079
CIE-Lab77.559229.261110.7837

#faabad color RGB value is (250,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10101101
Octal 372 253 255
Decimal 250 171 173
Hex FA AB AD

RGB Percentages of Color #faabad

%42.09
%28.79
%29.12

CMYK Percentages of Color #faabad

%0
%32
%31
%2

Triadic Colors of #faabad

#faabad #adfaab #abadfa

Analogous Colors of #faabad

#faabad #fad1ab #faabd5

Monochromatic Colors of #faabad

#faabad

Complementary Color

#faabad #abfaf8

#faabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabad Color CSS Codes

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

#faabad Text Font Color

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

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


#faabad Background Color

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

This div background color is #faabad


#faabad Border Color

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

This div border color is #faabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabad


Comments

No comments written yet.

Please login to write comment.