Color Hex Logo

#fb6fce Color Hex

#FB6FCE
(251,111,206)
0 Favorites   0 Comments

Color spaces of #fb6fce

RGB 251111206
HSL0.890.950.71
HSV319°56°98°
CMYK 0.000.560.18   0.02
XYZ56.608736.334362.4221
Yxy36.33430.36440.2339
Hunter Lab60.277962.1480-19.2045
CIE-Lab66.774663.8928-23.4311

#fb6fce color RGB value is (251,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 11001110
Octal 373 157 316
Decimal 251 111 206
Hex FB 6F CE

RGB Percentages of Color #fb6fce

%44.19
%19.54
%36.27

CMYK Percentages of Color #fb6fce

%0
%56
%18
%2

Triadic Colors of #fb6fce

#fb6fce #cefb6f #6fcefb

Analogous Colors of #fb6fce

#fb6fce #fb6f88 #e26ffb

Monochromatic Colors of #fb6fce

#fb6fce

Complementary Color

#fb6fce #6ffb9c

#fb6fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6fce Color CSS Codes

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

#fb6fce Text Font Color

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

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


#fb6fce Background Color

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

This div background color is #fb6fce


#fb6fce Border Color

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

This div border color is #fb6fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6fce


Comments

No comments written yet.

Please login to write comment.