Color Hex Logo

#fb93be Color Hex

#FB93BE
(251,147,190)
0 Favorites   0 Comments

Color spaces of #fb93be

RGB 251147190
HSL0.930.930.78
HSV335°41°98°
CMYK 0.000.410.24   0.02
XYZ59.511645.094454.2827
Yxy45.09440.37450.2838
Hunter Lab67.152440.6732-0.9205
CIE-Lab72.954044.3286-5.2166

#fb93be color RGB value is (251,147,190).

#fb93be hex color red value is 251, green value is 147 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fb93be hue: 0.93 , saturation: 0.93 and the lightness value of fb93be is 0.78.

The process color (four color CMYK) of #fb93be color hex is 0.00, 0.41, 0.24, 0.02. Web safe color of #fb93be is #ff99cc. Color #fb93be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 10111110
Octal 373 223 276
Decimal 251 147 190
Hex FB 93 BE

RGB Percentages of Color #fb93be

%42.69
%25.00
%32.31

CMYK Percentages of Color #fb93be

%0
%41
%24
%2

Triadic Colors of #fb93be

#fb93be #befb93 #93befb

Analogous Colors of #fb93be

#fb93be #fb9c93 #fb93f2

Monochromatic Colors of #fb93be

#fb93be

Complementary Color

#fb93be #93fbd0

#fb93be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb93be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb93be Color CSS Codes

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

#fb93be Text Font Color

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

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


#fb93be Background Color

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

This div background color is #fb93be


#fb93be Border Color

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

This div border color is #fb93be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb93be


Comments

No comments written yet.

Please login to write comment.