Color Hex Logo

#fb6fcb Color Hex

#FB6FCB
(251,111,203)
0 Favorites   0 Comments

Color spaces of #fb6fcb

RGB 251111203
HSL0.890.950.71
HSV321°56°98°
CMYK 0.000.560.19   0.02
XYZ56.247636.189960.5207
Yxy36.18990.36770.2366
Hunter Lab60.158061.6204-17.5368
CIE-Lab66.664863.4697-21.9160

#fb6fcb color RGB value is (251,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101111 11001011
Octal 373 157 313
Decimal 251 111 203
Hex FB 6F CB

RGB Percentages of Color #fb6fcb

%44.42
%19.65
%35.93

CMYK Percentages of Color #fb6fcb

%0
%56
%19
%2

Triadic Colors of #fb6fcb

#fb6fcb #cbfb6f #6fcbfb

Analogous Colors of #fb6fcb

#fb6fcb #fb6f85 #e56ffb

Monochromatic Colors of #fb6fcb

#fb6fcb

Complementary Color

#fb6fcb #6ffb9f

#fb6fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6fcb Color CSS Codes

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

#fb6fcb Text Font Color

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

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


#fb6fcb Background Color

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

This div background color is #fb6fcb


#fb6fcb Border Color

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

This div border color is #fb6fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6fcb


Comments

No comments written yet.

Please login to write comment.