Color Hex Logo

#fabee5 Color Hex

#FABEE5
(250,190,229)
0 Favorites   0 Comments

Color spaces of #fabee5

RGB 250190229
HSL0.890.860.86
HSV321°24°98°
CMYK 0.000.240.08   0.02
XYZ71.980762.808082.4581
Yxy62.80800.33130.2891
Hunter Lab79.251523.4337-6.2129
CIE-Lab83.341327.5576-11.0224

#fabee5 color RGB value is (250,190,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11100101
Octal 372 276 345
Decimal 250 190 229
Hex FA BE E5

RGB Percentages of Color #fabee5

%37.37
%28.40
%34.23

CMYK Percentages of Color #fabee5

%0
%24
%8
%2

Triadic Colors of #fabee5

#fabee5 #e5fabe #bee5fa

Analogous Colors of #fabee5

#fabee5 #fabec7 #f1befa

Monochromatic Colors of #fabee5

#fabee5

Complementary Color

#fabee5 #befad3

#fabee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabee5 Color CSS Codes

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

#fabee5 Text Font Color

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

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


#fabee5 Background Color

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

This div background color is #fabee5


#fabee5 Border Color

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

This div border color is #fabee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabee5


Comments

No comments written yet.

Please login to write comment.