Color Hex Logo

#fa8cab Color Hex

#FA8CAB
(250,140,171)
0 Favorites   0 Comments

Color spaces of #fa8cab

RGB 250140171
HSL0.950.920.76
HSV343°44°98°
CMYK 0.000.440.32   0.02
XYZ56.153142.020443.6792
Yxy42.02040.39590.2962
Hunter Lab64.823141.18535.4253
CIE-Lab70.885045.04392.2985

#fa8cab color RGB value is (250,140,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001100 10101011
Octal 372 214 253
Decimal 250 140 171
Hex FA 8C AB

RGB Percentages of Color #fa8cab

%44.56
%24.96
%30.48

CMYK Percentages of Color #fa8cab

%0
%44
%32
%2

Triadic Colors of #fa8cab

#fa8cab #abfa8c #8cabfa

Analogous Colors of #fa8cab

#fa8cab #faa48c #fa8ce2

Monochromatic Colors of #fa8cab

#fa8cab

Complementary Color

#fa8cab #8cfadb

#fa8cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8cab Color CSS Codes

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

#fa8cab Text Font Color

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

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


#fa8cab Background Color

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

This div background color is #fa8cab


#fa8cab Border Color

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

This div border color is #fa8cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8cab


Comments

No comments written yet.

Please login to write comment.