Color Hex Logo

#fabed7 Color Hex

#FABED7
(250,190,215)
0 Favorites   0 Comments

Color spaces of #fabed7

RGB 250190215
HSL0.930.860.86
HSV335°24°98°
CMYK 0.000.240.14   0.02
XYZ70.103562.057272.5734
Yxy62.05720.34240.3031
Hunter Lab78.776420.98930.5221
CIE-Lab82.943825.2738-4.1110

#fabed7 color RGB value is (250,190,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11010111
Octal 372 276 327
Decimal 250 190 215
Hex FA BE D7

RGB Percentages of Color #fabed7

%38.17
%29.01
%32.82

CMYK Percentages of Color #fabed7

%0
%24
%14
%2

Triadic Colors of #fabed7

#fabed7 #d7fabe #bed7fa

Analogous Colors of #fabed7

#fabed7 #fac3be #fabef5

Monochromatic Colors of #fabed7

#fabed7

Complementary Color

#fabed7 #befae1

#fabed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabed7 Color CSS Codes

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

#fabed7 Text Font Color

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

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


#fabed7 Background Color

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

This div background color is #fabed7


#fabed7 Border Color

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

This div border color is #fabed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabed7


Comments

No comments written yet.

Please login to write comment.