Color Hex Logo

#fabfe9 Color Hex

#FABFE9
(250,191,233)
0 Favorites   0 Comments

Color spaces of #fabfe9

RGB 250191233
HSL0.880.860.86
HSV317°24°98°
CMYK 0.000.240.07   0.02
XYZ72.763163.468885.5065
Yxy63.46880.32810.2862
Hunter Lab79.667323.6129-7.8685
CIE-Lab83.688427.7065-12.6432

#fabfe9 color RGB value is (250,191,233).

#fabfe9 hex color red value is 250, green value is 191 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fabfe9 hue: 0.88 , saturation: 0.86 and the lightness value of fabfe9 is 0.86.

The process color (four color CMYK) of #fabfe9 color hex is 0.00, 0.24, 0.07, 0.02. Web safe color of #fabfe9 is #ffccff. Color #fabfe9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11101001
Octal 372 277 351
Decimal 250 191 233
Hex FA BF E9

RGB Percentages of Color #fabfe9

%37.09
%28.34
%34.57

CMYK Percentages of Color #fabfe9

%0
%24
%7
%2

Triadic Colors of #fabfe9

#fabfe9 #e9fabf #bfe9fa

Analogous Colors of #fabfe9

#fabfe9 #fabfcc #eebffa

Monochromatic Colors of #fabfe9

#fabfe9

Complementary Color

#fabfe9 #bffad0

#fabfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfe9 Color CSS Codes

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

#fabfe9 Text Font Color

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

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


#fabfe9 Background Color

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

This div background color is #fabfe9


#fabfe9 Border Color

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

This div border color is #fabfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfe9


Comments

No comments written yet.

Please login to write comment.