Color Hex Logo

#fb9fef Color Hex

#FB9FEF
(251,159,239)
0 Favorites   0 Comments

Color spaces of #fb9fef

RGB 251159239
HSL0.860.920.80
HSV308°37°98°
CMYK 0.000.370.05   0.02
XYZ67.761851.537588.0376
Yxy51.53750.32680.2486
Hunter Lab71.789642.8533-22.4562
CIE-Lab77.003545.7917-25.9720

#fb9fef color RGB value is (251,159,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011111 11101111
Octal 373 237 357
Decimal 251 159 239
Hex FB 9F EF

RGB Percentages of Color #fb9fef

%38.67
%24.50
%36.83

CMYK Percentages of Color #fb9fef

%0
%37
%5
%2

Triadic Colors of #fb9fef

#fb9fef #effb9f #9feffb

Analogous Colors of #fb9fef

#fb9fef #fb9fc1 #d99ffb

Monochromatic Colors of #fb9fef

#fb9fef

Complementary Color

#fb9fef #9ffbab

#fb9fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9fef Color CSS Codes

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

#fb9fef Text Font Color

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

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


#fb9fef Background Color

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

This div background color is #fb9fef


#fb9fef Border Color

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

This div border color is #fb9fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9fef


Comments

No comments written yet.

Please login to write comment.