Color Hex Logo

#fabfea Color Hex

#FABFEA
(250,191,234)
0 Favorites   0 Comments

Color spaces of #fabfea

RGB 250191234
HSL0.880.860.86
HSV316°24°98°
CMYK 0.000.240.06   0.02
XYZ72.906463.526186.2611
Yxy63.52610.32740.2853
Hunter Lab79.703323.7973-8.3760
CIE-Lab83.718427.8773-13.1327

#fabfea color RGB value is (250,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11101010
Octal 372 277 352
Decimal 250 191 234
Hex FA BF EA

RGB Percentages of Color #fabfea

%37.04
%28.30
%34.67

CMYK Percentages of Color #fabfea

%0
%24
%6
%2

Triadic Colors of #fabfea

#fabfea #eafabf #bfeafa

Analogous Colors of #fabfea

#fabfea #fabfcd #edbffa

Monochromatic Colors of #fabfea

#fabfea

Complementary Color

#fabfea #bffacf

#fabfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfea Color CSS Codes

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

#fabfea Text Font Color

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

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


#fabfea Background Color

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

This div background color is #fabfea


#fabfea Border Color

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

This div border color is #fabfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfea

Related Colors


Comments

No comments written yet.

Please login to write comment.