Color Hex Logo

#fb6999 Color Hex

#FB6999
(251,105,153)
0 Favorites   0 Comments

Color spaces of #fb6999

RGB 251105153
HSL0.950.950.70
HSV340°58°98°
CMYK 0.000.580.39   0.02
XYZ50.585032.912333.8236
Yxy32.91230.43120.2805
Hunter Lab57.369256.99525.2024
CIE-Lab64.089859.98052.6346

#fb6999 color RGB value is (251,105,153).

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

The process color (four color CMYK) of #fb6999 color hex is 0.00, 0.58, 0.39, 0.02. Web safe color of #fb6999 is #ff6699. Color #fb6999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 10011001
Octal 373 151 231
Decimal 251 105 153
Hex FB 69 99

RGB Percentages of Color #fb6999

%49.31
%20.63
%30.06

CMYK Percentages of Color #fb6999

%0
%58
%39
%2

Triadic Colors of #fb6999

#fb6999 #99fb69 #6999fb

Analogous Colors of #fb6999

#fb6999 #fb8269 #fb69e2

Monochromatic Colors of #fb6999

#fb6999

Complementary Color

#fb6999 #69fbcb

#fb6999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6999 Color CSS Codes

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

#fb6999 Text Font Color

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

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


#fb6999 Background Color

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

This div background color is #fb6999


#fb6999 Border Color

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

This div border color is #fb6999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6999


Comments

No comments written yet.

Please login to write comment.