Color Hex Logo

#fabcbe Color Hex

#FABCBE
(250,188,190)
0 Favorites   0 Comments

Color spaces of #fabcbe

RGB 250188190
HSL0.990.860.86
HSV358°25°98°
CMYK 0.000.250.24   0.02
XYZ66.701860.008156.7824
Yxy60.00810.36350.3270
Hunter Lab77.464918.135410.7654
CIE-Lab81.842622.59207.7107

#fabcbe color RGB value is (250,188,190).

#fabcbe hex color red value is 250, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fabcbe hue: 0.99 , saturation: 0.86 and the lightness value of fabcbe is 0.86.

The process color (four color CMYK) of #fabcbe color hex is 0.00, 0.25, 0.24, 0.02. Web safe color of #fabcbe is #ffcccc. Color #fabcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 10111110
Octal 372 274 276
Decimal 250 188 190
Hex FA BC BE

RGB Percentages of Color #fabcbe

%39.81
%29.94
%30.25

CMYK Percentages of Color #fabcbe

%0
%25
%24
%2

Triadic Colors of #fabcbe

#fabcbe #befabc #bcbefa

Analogous Colors of #fabcbe

#fabcbe #fad9bc #fabcdd

Monochromatic Colors of #fabcbe

#fabcbe

Complementary Color

#fabcbe #bcfaf8

#fabcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcbe Color CSS Codes

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

#fabcbe Text Font Color

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

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


#fabcbe Background Color

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

This div background color is #fabcbe


#fabcbe Border Color

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

This div border color is #fabcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.