Color Hex Logo

#fb9aee Color Hex

#FB9AEE
(251,154,238)
0 Favorites   0 Comments

Color spaces of #fb9aee

RGB 251154238
HSL0.860.920.79
HSV308°39°98°
CMYK 0.000.390.05   0.02
XYZ66.771949.793586.9808
Yxy49.79350.32800.2446
Hunter Lab70.564545.4183-23.6882
CIE-Lab75.942348.1798-27.0530

#fb9aee color RGB value is (251,154,238).

#fb9aee hex color red value is 251, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fb9aee hue: 0.86 , saturation: 0.92 and the lightness value of fb9aee is 0.79.

The process color (four color CMYK) of #fb9aee color hex is 0.00, 0.39, 0.05, 0.02. Web safe color of #fb9aee is #ff99ff. Color #fb9aee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011010 11101110
Octal 373 232 356
Decimal 251 154 238
Hex FB 9A EE

RGB Percentages of Color #fb9aee

%39.04
%23.95
%37.01

CMYK Percentages of Color #fb9aee

%0
%39
%5
%2

Triadic Colors of #fb9aee

#fb9aee #eefb9a #9aeefb

Analogous Colors of #fb9aee

#fb9aee #fb9abe #d89afb

Monochromatic Colors of #fb9aee

#fb9aee

Complementary Color

#fb9aee #9afba7

#fb9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9aee Color CSS Codes

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

#fb9aee Text Font Color

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

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


#fb9aee Background Color

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

This div background color is #fb9aee


#fb9aee Border Color

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

This div border color is #fb9aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,154,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb9aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb9aee;
  -webkit-box-shadow: 1px 1px 3px 2px #fb9aee;
  box-shadow:         1px 1px 3px 2px #fb9aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,154,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9aee

Related Colors


Comments

No comments written yet.

Please login to write comment.