Color Hex Logo

#fabed4 Color Hex

#FABED4
(250,190,212)
0 Favorites   0 Comments

Color spaces of #fabed4

RGB 250190212
HSL0.940.860.86
HSV338°24°98°
CMYK 0.000.240.15   0.02
XYZ69.721561.904470.5614
Yxy61.90440.34480.3062
Hunter Lab78.679320.48841.9029
CIE-Lab82.862624.8021-2.6215

#fabed4 color RGB value is (250,190,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11010100
Octal 372 276 324
Decimal 250 190 212
Hex FA BE D4

RGB Percentages of Color #fabed4

%38.34
%29.14
%32.52

CMYK Percentages of Color #fabed4

%0
%24
%15
%2

Triadic Colors of #fabed4

#fabed4 #d4fabe #bed4fa

Analogous Colors of #fabed4

#fabed4 #fac6be #fabef2

Monochromatic Colors of #fabed4

#fabed4

Complementary Color

#fabed4 #befae4

#fabed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabed4 Color CSS Codes

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

#fabed4 Text Font Color

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

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


#fabed4 Background Color

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

This div background color is #fabed4


#fabed4 Border Color

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

This div border color is #fabed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabed4

Related Colors


Comments

No comments written yet.

Please login to write comment.