Color Hex Logo

#fabec5 Color Hex

#FABEC5
(250,190,197)
0 Favorites   0 Comments

Color spaces of #fabec5

RGB 250190197
HSL0.980.860.86
HSV353°24°98°
CMYK 0.000.240.21   0.02
XYZ67.915861.182161.0531
Yxy61.18210.35720.3218
Hunter Lab78.219018.10438.4750
CIE-Lab82.476522.53904.8649

#fabec5 color RGB value is (250,190,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11000101
Octal 372 276 305
Decimal 250 190 197
Hex FA BE C5

RGB Percentages of Color #fabec5

%39.25
%29.83
%30.93

CMYK Percentages of Color #fabec5

%0
%24
%21
%2

Triadic Colors of #fabec5

#fabec5 #c5fabe #bec5fa

Analogous Colors of #fabec5

#fabec5 #fad5be #fabee3

Monochromatic Colors of #fabec5

#fabec5

Complementary Color

#fabec5 #befaf3

#fabec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabec5 Color CSS Codes

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

#fabec5 Text Font Color

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

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


#fabec5 Background Color

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

This div background color is #fabec5


#fabec5 Border Color

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

This div border color is #fabec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabec5


Comments

No comments written yet.

Please login to write comment.