Color Hex Logo

#fb9eff Color Hex

#FB9EFF
(251,158,255)
0 Favorites   0 Comments

Color spaces of #fb9eff

RGB 251158255
HSL0.831.000.81
HSV298°38°100°
CMYK 0.020.380.00   0.00
XYZ70.060552.1829100.9875
Yxy52.18290.31380.2338
Hunter Lab72.237746.7040-32.3203
CIE-Lab77.390149.1200-34.0266

#fb9eff color RGB value is (251,158,255).

#fb9eff hex color red value is 251, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fb9eff hue: 0.83 , saturation: 1.00 and the lightness value of fb9eff is 0.81.

The process color (four color CMYK) of #fb9eff color hex is 0.02, 0.38, 0.00, 0.00. Web safe color of #fb9eff is #ff99ff. Color #fb9eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 11111111
Octal 373 236 377
Decimal 251 158 255
Hex FB 9E FF

RGB Percentages of Color #fb9eff

%37.80
%23.80
%38.40

CMYK Percentages of Color #fb9eff

%2
%38
%0
%0

Triadic Colors of #fb9eff

#fb9eff #fffb9e #9efffb

Analogous Colors of #fb9eff

#fb9eff #ff9ed3 #cb9eff

Monochromatic Colors of #fb9eff

#fb9eff

Complementary Color

#fb9eff #a2ff9e

#fb9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9eff Color CSS Codes

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

#fb9eff Text Font Color

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

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


#fb9eff Background Color

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

This div background color is #fb9eff


#fb9eff Border Color

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

This div border color is #fb9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9eff

Related Colors

#fb9eff Color Palettes


Comments

No comments written yet.

Please login to write comment.