Color Hex Logo

#fabed5 Color Hex

#FABED5
(250,190,213)
0 Favorites   0 Comments

Color spaces of #fabed5

RGB 250190213
HSL0.940.860.86
HSV337°24°98°
CMYK 0.000.240.15   0.02
XYZ69.848061.955071.2279
Yxy61.95500.34400.3052
Hunter Lab78.711520.65451.4451
CIE-Lab82.889524.9586-3.1183

#fabed5 color RGB value is (250,190,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11010101
Octal 372 276 325
Decimal 250 190 213
Hex FA BE D5

RGB Percentages of Color #fabed5

%38.28
%29.10
%32.62

CMYK Percentages of Color #fabed5

%0
%24
%15
%2

Triadic Colors of #fabed5

#fabed5 #d5fabe #bed5fa

Analogous Colors of #fabed5

#fabed5 #fac5be #fabef3

Monochromatic Colors of #fabed5

#fabed5

Complementary Color

#fabed5 #befae3

#fabed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabed5 Color CSS Codes

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

#fabed5 Text Font Color

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

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


#fabed5 Background Color

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

This div background color is #fabed5


#fabed5 Border Color

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

This div border color is #fabed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabed5


Comments

No comments written yet.

Please login to write comment.