Color Hex Logo

#fb696f Color Hex

#FB696F
(251,105,111)
0 Favorites   0 Comments

Color spaces of #fb696f

RGB 251105111
HSL0.990.950.70
HSV358°58°98°
CMYK 0.000.580.56   0.02
XYZ47.704531.760118.6549
Yxy31.76010.48620.3237
Hunter Lab56.356152.474119.8232
CIE-Lab63.144156.215025.3741

#fb696f color RGB value is (251,105,111).

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

The process color (four color CMYK) of #fb696f color hex is 0.00, 0.58, 0.56, 0.02. Web safe color of #fb696f is #ff6666. Color #fb696f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 01101111
Octal 373 151 157
Decimal 251 105 111
Hex FB 69 6F

RGB Percentages of Color #fb696f

%53.75
%22.48
%23.77

CMYK Percentages of Color #fb696f

%0
%58
%56
%2

Triadic Colors of #fb696f

#fb696f #6ffb69 #696ffb

Analogous Colors of #fb696f

#fb696f #fbac69 #fb69b8

Monochromatic Colors of #fb696f

#fb696f

Complementary Color

#fb696f #69fbf5

#fb696f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb696f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb696f Color CSS Codes

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

#fb696f Text Font Color

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

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


#fb696f Background Color

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

This div background color is #fb696f


#fb696f Border Color

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

This div border color is #fb696f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb696f

Related Colors


Comments

No comments written yet.

Please login to write comment.