Color Hex Logo

#fb6edb Color Hex

#FB6EDB
(251,110,219)
0 Favorites   0 Comments

Color spaces of #fb6edb

RGB 251110219
HSL0.870.950.71
HSV314°56°98°
CMYK 0.000.560.13   0.02
XYZ58.145836.775671.0516
Yxy36.77560.35030.2216
Hunter Lab60.642965.0249-27.0165
CIE-Lab67.108366.2278-30.1838

#fb6edb color RGB value is (251,110,219).

#fb6edb hex color red value is 251, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb6edb hue: 0.87 , saturation: 0.95 and the lightness value of fb6edb is 0.71.

The process color (four color CMYK) of #fb6edb color hex is 0.00, 0.56, 0.13, 0.02. Web safe color of #fb6edb is #ff66cc. Color #fb6edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101110 11011011
Octal 373 156 333
Decimal 251 110 219
Hex FB 6E DB

RGB Percentages of Color #fb6edb

%43.28
%18.97
%37.76

CMYK Percentages of Color #fb6edb

%0
%56
%13
%2

Triadic Colors of #fb6edb

#fb6edb #dbfb6e #6edbfb

Analogous Colors of #fb6edb

#fb6edb #fb6e95 #d56efb

Monochromatic Colors of #fb6edb

#fb6edb

Complementary Color

#fb6edb #6efb8e

#fb6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6edb Color CSS Codes

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

#fb6edb Text Font Color

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

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


#fb6edb Background Color

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

This div background color is #fb6edb


#fb6edb Border Color

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

This div border color is #fb6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6edb


Comments

No comments written yet.

Please login to write comment.