Color Hex Logo

#fabfe2 Color Hex

#FABFE2
(250,191,226)
0 Favorites   0 Comments

Color spaces of #fabfe2

RGB 250191226
HSL0.900.860.86
HSV324°24°98°
CMYK 0.000.240.10   0.02
XYZ71.782663.076680.3431
Yxy63.07660.33360.2931
Hunter Lab79.420822.3467-4.3840
CIE-Lab83.482726.5296-9.2065

#fabfe2 color RGB value is (250,191,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11100010
Octal 372 277 342
Decimal 250 191 226
Hex FA BF E2

RGB Percentages of Color #fabfe2

%37.48
%28.64
%33.88

CMYK Percentages of Color #fabfe2

%0
%24
%10
%2

Triadic Colors of #fabfe2

#fabfe2 #e2fabf #bfe2fa

Analogous Colors of #fabfe2

#fabfe2 #fabfc5 #f5bffa

Monochromatic Colors of #fabfe2

#fabfe2

Complementary Color

#fabfe2 #bffad7

#fabfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfe2 Color CSS Codes

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

#fabfe2 Text Font Color

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

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


#fabfe2 Background Color

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

This div background color is #fabfe2


#fabfe2 Border Color

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

This div border color is #fabfe2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,191,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 #fabfe2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfe2


Comments

No comments written yet.

Please login to write comment.