Color Hex Logo

#fb6bde Color Hex

#FB6BDE
(251,107,222)
0 Favorites   0 Comments

Color spaces of #fb6bde

RGB 251107222
HSL0.870.950.70
HSV312°57°98°
CMYK 0.000.570.12   0.02
XYZ58.226236.298573.0447
Yxy36.29850.34750.2166
Hunter Lab60.248267.0748-29.7092
CIE-Lab66.747467.9792-32.4133

#fb6bde color RGB value is (251,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101011 11011110
Octal 373 153 336
Decimal 251 107 222
Hex FB 6B DE

RGB Percentages of Color #fb6bde

%43.28
%18.45
%38.28

CMYK Percentages of Color #fb6bde

%0
%57
%12
%2

Triadic Colors of #fb6bde

#fb6bde #defb6b #6bdefb

Analogous Colors of #fb6bde

#fb6bde #fb6b96 #d06bfb

Monochromatic Colors of #fb6bde

#fb6bde

Complementary Color

#fb6bde #6bfb88

#fb6bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6bde Color CSS Codes

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

#fb6bde Text Font Color

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

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


#fb6bde Background Color

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

This div background color is #fb6bde


#fb6bde Border Color

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

This div border color is #fb6bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6bde


Comments

No comments written yet.

Please login to write comment.