Color Hex Logo

#fabfe7 Color Hex

#FABFE7
(250,191,231)
0 Favorites   0 Comments

Color spaces of #fabfe7

RGB 250191231
HSL0.890.860.86
HSV319°24°98°
CMYK 0.000.240.08   0.02
XYZ72.478963.355184.0100
Yxy63.35510.32970.2882
Hunter Lab79.595923.2467-6.8609
CIE-Lab83.628927.3670-11.6631

#fabfe7 color RGB value is (250,191,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11100111
Octal 372 277 347
Decimal 250 191 231
Hex FA BF E7

RGB Percentages of Color #fabfe7

%37.20
%28.42
%34.38

CMYK Percentages of Color #fabfe7

%0
%24
%8
%2

Triadic Colors of #fabfe7

#fabfe7 #e7fabf #bfe7fa

Analogous Colors of #fabfe7

#fabfe7 #fabfca #f0bffa

Monochromatic Colors of #fabfe7

#fabfe7

Complementary Color

#fabfe7 #bffad2

#fabfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfe7 Color CSS Codes

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

#fabfe7 Text Font Color

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

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


#fabfe7 Background Color

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

This div background color is #fabfe7


#fabfe7 Border Color

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

This div border color is #fabfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfe7


Comments

No comments written yet.

Please login to write comment.