Color Hex Logo

#fabec3 Color Hex

#FABEC3
(250,190,195)
0 Favorites   0 Comments

Color spaces of #fabec3

RGB 250190195
HSL0.990.860.86
HSV355°24°98°
CMYK 0.000.240.22   0.02
XYZ67.688161.091059.8540
Yxy61.09100.35880.3239
Hunter Lab78.160717.80189.3094
CIE-Lab82.427622.24965.8674

#fabec3 color RGB value is (250,190,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11000011
Octal 372 276 303
Decimal 250 190 195
Hex FA BE C3

RGB Percentages of Color #fabec3

%39.37
%29.92
%30.71

CMYK Percentages of Color #fabec3

%0
%24
%22
%2

Triadic Colors of #fabec3

#fabec3 #c3fabe #bec3fa

Analogous Colors of #fabec3

#fabec3 #fad7be #fabee1

Monochromatic Colors of #fabec3

#fabec3

Complementary Color

#fabec3 #befaf5

#fabec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabec3 Color CSS Codes

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

#fabec3 Text Font Color

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

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


#fabec3 Background Color

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

This div background color is #fabec3


#fabec3 Border Color

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

This div border color is #fabec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabec3


Comments

No comments written yet.

Please login to write comment.