Color Hex Logo

#fabec1 Color Hex

#FABEC1
(250,190,193)
0 Favorites   0 Comments

Color spaces of #fabec1

RGB 250190193
HSL0.990.860.86
HSV357°24°98°
CMYK 0.000.240.23   0.02
XYZ67.463461.001258.6708
Yxy61.00120.36050.3260
Hunter Lab78.103317.502610.1339
CIE-Lab82.379421.96306.8710

#fabec1 color RGB value is (250,190,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11000001
Octal 372 276 301
Decimal 250 190 193
Hex FA BE C1

RGB Percentages of Color #fabec1

%39.49
%30.02
%30.49

CMYK Percentages of Color #fabec1

%0
%24
%23
%2

Triadic Colors of #fabec1

#fabec1 #c1fabe #bec1fa

Analogous Colors of #fabec1

#fabec1 #fad9be #fabedf

Monochromatic Colors of #fabec1

#fabec1

Complementary Color

#fabec1 #befaf7

#fabec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabec1 Color CSS Codes

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

#fabec1 Text Font Color

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

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


#fabec1 Background Color

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

This div background color is #fabec1


#fabec1 Border Color

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

This div border color is #fabec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabec1

Related Colors


Comments

No comments written yet.

Please login to write comment.