Color Hex Logo

#faabd3 Color Hex

#FAABD3
(250,171,211)
0 Favorites   0 Comments

Color spaces of #faabd3

RGB 250171211
HSL0.920.890.83
HSV330°32°98°
CMYK 0.000.320.16   0.02
XYZ65.745154.153068.6154
Yxy54.15300.34880.2873
Hunter Lab73.588730.6939-3.7709
CIE-Lab78.550934.6460-8.4496

#faabd3 color RGB value is (250,171,211).

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

The process color (four color CMYK) of #faabd3 color hex is 0.00, 0.32, 0.16, 0.02. Web safe color of #faabd3 is #ff99cc. Color #faabd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 11010011
Octal 372 253 323
Decimal 250 171 211
Hex FA AB D3

RGB Percentages of Color #faabd3

%39.56
%27.06
%33.39

CMYK Percentages of Color #faabd3

%0
%32
%16
%2

Triadic Colors of #faabd3

#faabd3 #d3faab #abd3fa

Analogous Colors of #faabd3

#faabd3 #faabac #faabfa

Monochromatic Colors of #faabd3

#faabd3

Complementary Color

#faabd3 #abfad2

#faabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabd3 Color CSS Codes

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

#faabd3 Text Font Color

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

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


#faabd3 Background Color

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

This div background color is #faabd3


#faabd3 Border Color

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

This div border color is #faabd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faabd3

Related Colors

#faabd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.