Color Hex Logo

#fab4ed Color Hex

#FAB4ED
(250,180,237)
0 Favorites   0 Comments

Color spaces of #fab4ed

RGB 250180237
HSL0.860.880.84
HSV311°28°98°
CMYK 0.000.280.05   0.02
XYZ71.031759.080987.7807
Yxy59.08090.32600.2711
Hunter Lab76.864130.4434-13.9058
CIE-Lab81.336034.1890-18.3206

#fab4ed color RGB value is (250,180,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 11101101
Octal 372 264 355
Decimal 250 180 237
Hex FA B4 ED

RGB Percentages of Color #fab4ed

%37.48
%26.99
%35.53

CMYK Percentages of Color #fab4ed

%0
%28
%5
%2

Triadic Colors of #fab4ed

#fab4ed #edfab4 #b4edfa

Analogous Colors of #fab4ed

#fab4ed #fab4ca #e4b4fa

Monochromatic Colors of #fab4ed

#fab4ed

Complementary Color

#fab4ed #b4fac1

#fab4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4ed Color CSS Codes

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

#fab4ed Text Font Color

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

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


#fab4ed Background Color

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

This div background color is #fab4ed


#fab4ed Border Color

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

This div border color is #fab4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4ed


Comments

No comments written yet.

Please login to write comment.