Color Hex Logo

#fab9ed Color Hex

#FAB9ED
(250,185,237)
0 Favorites   0 Comments

Color spaces of #fab9ed

RGB 250185237
HSL0.870.870.85
HSV312°26°98°
CMYK 0.000.260.05   0.02
XYZ72.059461.136388.1233
Yxy61.13630.32560.2762
Hunter Lab78.189727.6731-12.0897
CIE-Lab82.452031.5568-16.6385

#fab9ed color RGB value is (250,185,237).

#fab9ed hex color red value is 250, green value is 185 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fab9ed hue: 0.87 , saturation: 0.87 and the lightness value of fab9ed is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 11101101
Octal 372 271 355
Decimal 250 185 237
Hex FA B9 ED

RGB Percentages of Color #fab9ed

%37.20
%27.53
%35.27

CMYK Percentages of Color #fab9ed

%0
%26
%5
%2

Triadic Colors of #fab9ed

#fab9ed #edfab9 #b9edfa

Analogous Colors of #fab9ed

#fab9ed #fab9cd #e7b9fa

Monochromatic Colors of #fab9ed

#fab9ed

Complementary Color

#fab9ed #b9fac6

#fab9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab9ed Color CSS Codes

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

#fab9ed Text Font Color

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

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


#fab9ed Background Color

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

This div background color is #fab9ed


#fab9ed Border Color

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

This div border color is #fab9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab9ed


Comments

No comments written yet.

Please login to write comment.