Color Hex Logo

#fb6fde Color Hex

#FB6FDE
(251,111,222)
0 Favorites   0 Comments

Color spaces of #fb6fde

RGB 251111222
HSL0.870.950.71
HSV312°56°98°
CMYK 0.000.560.12   0.02
XYZ58.652937.152073.1870
Yxy37.15200.34710.2198
Hunter Lab60.952465.0990-28.5242
CIE-Lab67.390966.2401-31.4174

#fb6fde color RGB value is (251,111,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 11011110
Octal 373 157 336
Decimal 251 111 222
Hex FB 6F DE

RGB Percentages of Color #fb6fde

%42.98
%19.01
%38.01

CMYK Percentages of Color #fb6fde

%0
%56
%12
%2

Triadic Colors of #fb6fde

#fb6fde #defb6f #6fdefb

Analogous Colors of #fb6fde

#fb6fde #fb6f98 #d26ffb

Monochromatic Colors of #fb6fde

#fb6fde

Complementary Color

#fb6fde #6ffb8c

#fb6fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6fde Color CSS Codes

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

#fb6fde Text Font Color

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

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


#fb6fde Background Color

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

This div background color is #fb6fde


#fb6fde Border Color

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

This div border color is #fb6fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,111,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 #fb6fde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6fde

Related Colors


Comments

No comments written yet.

Please login to write comment.