Color Hex Logo

#fabacb Color Hex

#FABACB
(250,186,203)
0 Favorites   0 Comments

Color spaces of #fabacb

RGB 250186203
HSL0.960.860.85
HSV344°26°98°
CMYK 0.000.260.19   0.02
XYZ67.762759.753664.4620
Yxy59.75360.35300.3113
Hunter Lab77.300521.19994.6675
CIE-Lab81.704125.53240.5190

#fabacb color RGB value is (250,186,203).

#fabacb hex color red value is 250, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fabacb hue: 0.96 , saturation: 0.86 and the lightness value of fabacb is 0.85.

The process color (four color CMYK) of #fabacb color hex is 0.00, 0.26, 0.19, 0.02. Web safe color of #fabacb is #ffcccc. Color #fabacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 11001011
Octal 372 272 313
Decimal 250 186 203
Hex FA BA CB

RGB Percentages of Color #fabacb

%39.12
%29.11
%31.77

CMYK Percentages of Color #fabacb

%0
%26
%19
%2

Triadic Colors of #fabacb

#fabacb #cbfaba #bacbfa

Analogous Colors of #fabacb

#fabacb #fac9ba #fabaeb

Monochromatic Colors of #fabacb

#fabacb

Complementary Color

#fabacb #bafae9

#fabacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabacb Color CSS Codes

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

#fabacb Text Font Color

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

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


#fabacb Background Color

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

This div background color is #fabacb


#fabacb Border Color

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

This div border color is #fabacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabacb


Comments

No comments written yet.

Please login to write comment.