Color Hex Logo

#fb969f Color Hex

#FB969F
(251,150,159)
0 Favorites   0 Comments

Color spaces of #fb969f

RGB 251150159
HSL0.990.930.79
HSV355°40°98°
CMYK 0.000.400.37   0.02
XYZ56.948044.825138.4515
Yxy44.82510.40610.3197
Hunter Lab66.951534.664312.8148
CIE-Lab72.776638.860911.6962

#fb969f color RGB value is (251,150,159).

#fb969f hex color red value is 251, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fb969f hue: 0.99 , saturation: 0.93 and the lightness value of fb969f is 0.79.

The process color (four color CMYK) of #fb969f color hex is 0.00, 0.40, 0.37, 0.02. Web safe color of #fb969f is #ff9999. Color #fb969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010110 10011111
Octal 373 226 237
Decimal 251 150 159
Hex FB 96 9F

RGB Percentages of Color #fb969f

%44.82
%26.79
%28.39

CMYK Percentages of Color #fb969f

%0
%40
%37
%2

Triadic Colors of #fb969f

#fb969f #9ffb96 #969ffb

Analogous Colors of #fb969f

#fb969f #fbc096 #fb96d2

Monochromatic Colors of #fb969f

#fb969f

Complementary Color

#fb969f #96fbf2

#fb969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb969f Color CSS Codes

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

#fb969f Text Font Color

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

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


#fb969f Background Color

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

This div background color is #fb969f


#fb969f Border Color

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

This div border color is #fb969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb969f


Comments

No comments written yet.

Please login to write comment.