Color Hex Logo

#fabed6 Color Hex

#FABED6
(250,190,214)
0 Favorites   0 Comments

Color spaces of #fabed6

RGB 250190214
HSL0.930.860.86
HSV336°24°98°
CMYK 0.000.240.14   0.02
XYZ69.975462.005971.8986
Yxy62.00590.34320.3041
Hunter Lab78.743820.82170.9848
CIE-Lab82.916625.1160-3.6149

#fabed6 color RGB value is (250,190,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11010110
Octal 372 276 326
Decimal 250 190 214
Hex FA BE D6

RGB Percentages of Color #fabed6

%38.23
%29.05
%32.72

CMYK Percentages of Color #fabed6

%0
%24
%14
%2

Triadic Colors of #fabed6

#fabed6 #d6fabe #bed6fa

Analogous Colors of #fabed6

#fabed6 #fac4be #fabef4

Monochromatic Colors of #fabed6

#fabed6

Complementary Color

#fabed6 #befae2

#fabed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabed6 Color CSS Codes

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

#fabed6 Text Font Color

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

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


#fabed6 Background Color

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

This div background color is #fabed6


#fabed6 Border Color

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

This div border color is #fabed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabed6


Comments

No comments written yet.

Please login to write comment.