Color Hex Logo

#fb6bc8 Color Hex

#FB6BC8
(251,107,200)
0 Favorites   0 Comments

Color spaces of #fb6bc8

RGB 251107200
HSL0.890.950.70
HSV321°57°98°
CMYK 0.000.570.20   0.02
XYZ55.466735.194858.5134
Yxy35.19480.37180.2359
Hunter Lab59.325263.0713-16.9510
CIE-Lab65.900064.8142-21.3960

#fb6bc8 color RGB value is (251,107,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101011 11001000
Octal 373 153 310
Decimal 251 107 200
Hex FB 6B C8

RGB Percentages of Color #fb6bc8

%44.98
%19.18
%35.84

CMYK Percentages of Color #fb6bc8

%0
%57
%20
%2

Triadic Colors of #fb6bc8

#fb6bc8 #c8fb6b #6bc8fb

Analogous Colors of #fb6bc8

#fb6bc8 #fb6b80 #e66bfb

Monochromatic Colors of #fb6bc8

#fb6bc8

Complementary Color

#fb6bc8 #6bfb9e

#fb6bc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6bc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6bc8 Color CSS Codes

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

#fb6bc8 Text Font Color

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

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


#fb6bc8 Background Color

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

This div background color is #fb6bc8


#fb6bc8 Border Color

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

This div border color is #fb6bc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6bc8


Comments

No comments written yet.

Please login to write comment.