Color Hex Logo

#fb9ade Color Hex

#FB9ADE
(251,154,222)
0 Favorites   0 Comments

Color spaces of #fb9ade

RGB 251154222
HSL0.880.920.79
HSV318°39°98°
CMYK 0.000.390.12   0.02
XYZ64.524148.894475.1440
Yxy48.89440.34220.2593
Hunter Lab69.924542.3461-14.7685
CIE-Lab75.385645.5349-19.1813

#fb9ade color RGB value is (251,154,222).

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

The process color (four color CMYK) of #fb9ade color hex is 0.00, 0.39, 0.12, 0.02. Web safe color of #fb9ade is #ff99cc. Color #fb9ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011010 11011110
Octal 373 232 336
Decimal 251 154 222
Hex FB 9A DE

RGB Percentages of Color #fb9ade

%40.03
%24.56
%35.41

CMYK Percentages of Color #fb9ade

%0
%39
%12
%2

Triadic Colors of #fb9ade

#fb9ade #defb9a #9adefb

Analogous Colors of #fb9ade

#fb9ade #fb9aae #e89afb

Monochromatic Colors of #fb9ade

#fb9ade

Complementary Color

#fb9ade #9afbb7

#fb9ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9ade Color CSS Codes

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

#fb9ade Text Font Color

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

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


#fb9ade Background Color

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

This div background color is #fb9ade


#fb9ade Border Color

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

This div border color is #fb9ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9ade


Comments

No comments written yet.

Please login to write comment.