Color Hex Logo

#fab4ec Color Hex

#FAB4EC
(250,180,236)
0 Favorites   0 Comments

Color spaces of #fab4ec

RGB 250180236
HSL0.870.880.84
HSV312°28°98°
CMYK 0.000.280.06   0.02
XYZ70.885959.022687.0133
Yxy59.02260.32680.2721
Hunter Lab76.826230.2524-13.3735
CIE-Lab81.304034.0164-17.8318

#fab4ec color RGB value is (250,180,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 11101100
Octal 372 264 354
Decimal 250 180 236
Hex FA B4 EC

RGB Percentages of Color #fab4ec

%37.54
%27.03
%35.44

CMYK Percentages of Color #fab4ec

%0
%28
%6
%2

Triadic Colors of #fab4ec

#fab4ec #ecfab4 #b4ecfa

Analogous Colors of #fab4ec

#fab4ec #fab4c9 #e5b4fa

Monochromatic Colors of #fab4ec

#fab4ec

Complementary Color

#fab4ec #b4fac2

#fab4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4ec Color CSS Codes

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

#fab4ec Text Font Color

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

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


#fab4ec Background Color

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

This div background color is #fab4ec


#fab4ec Border Color

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

This div border color is #fab4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4ec


Comments

No comments written yet.

Please login to write comment.