Color Hex Logo

#fab3ea Color Hex

#FAB3EA
(250,179,234)
0 Favorites   0 Comments

Color spaces of #fab3ea

RGB 250179234
HSL0.870.880.84
HSV314°28°98°
CMYK 0.000.280.06   0.02
XYZ70.395758.504785.4242
Yxy58.50470.32850.2730
Hunter Lab76.488430.4270-12.6748
CIE-Lab81.018634.1991-17.1872

#fab3ea color RGB value is (250,179,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 11101010
Octal 372 263 352
Decimal 250 179 234
Hex FA B3 EA

RGB Percentages of Color #fab3ea

%37.71
%27.00
%35.29

CMYK Percentages of Color #fab3ea

%0
%28
%6
%2

Triadic Colors of #fab3ea

#fab3ea #eafab3 #b3eafa

Analogous Colors of #fab3ea

#fab3ea #fab3c7 #e7b3fa

Monochromatic Colors of #fab3ea

#fab3ea

Complementary Color

#fab3ea #b3fac3

#fab3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab3ea Color CSS Codes

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

#fab3ea Text Font Color

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

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


#fab3ea Background Color

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

This div background color is #fab3ea


#fab3ea Border Color

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

This div border color is #fab3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab3ea


Comments

No comments written yet.

Please login to write comment.