Color Hex Logo

#fabee2 Color Hex

#FABEE2
(250,190,226)
0 Favorites   0 Comments

Color spaces of #fabee2

RGB 250190226
HSL0.900.860.86
HSV324°24°98°
CMYK 0.000.240.10   0.02
XYZ71.565362.641980.2707
Yxy62.64190.33370.2921
Hunter Lab79.146622.8951-4.7294
CIE-Lab83.253627.0570-9.5471

#fabee2 color RGB value is (250,190,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11100010
Octal 372 276 342
Decimal 250 190 226
Hex FA BE E2

RGB Percentages of Color #fabee2

%37.54
%28.53
%33.93

CMYK Percentages of Color #fabee2

%0
%24
%10
%2

Triadic Colors of #fabee2

#fabee2 #e2fabe #bee2fa

Analogous Colors of #fabee2

#fabee2 #fabec4 #f4befa

Monochromatic Colors of #fabee2

#fabee2

Complementary Color

#fabee2 #befad6

#fabee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabee2 Color CSS Codes

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

#fabee2 Text Font Color

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

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


#fabee2 Background Color

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

This div background color is #fabee2


#fabee2 Border Color

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

This div border color is #fabee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabee2

#fabee2 Color Palettes


Comments

No comments written yet.

Please login to write comment.