Color Hex Logo

#fb816c Color Hex

#FB816C
(251,129,108)
0 Favorites   0 Comments

Color spaces of #fb816c

RGB 251129108
HSL0.020.950.70
HSV57°98°
CMYK 0.000.490.57   0.02
XYZ50.340737.292518.7323
Yxy37.29250.47330.3506
Hunter Lab61.067640.277124.5603
CIE-Lab67.495944.645932.7237

#fb816c color RGB value is (251,129,108).

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

The process color (four color CMYK) of #fb816c color hex is 0.00, 0.49, 0.57, 0.02. Web safe color of #fb816c is #ff9966. Color #fb816c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000001 01101100
Octal 373 201 154
Decimal 251 129 108
Hex FB 81 6C

RGB Percentages of Color #fb816c

%51.43
%26.43
%22.13

CMYK Percentages of Color #fb816c

%0
%49
%57
%2

Triadic Colors of #fb816c

#fb816c #6cfb81 #816cfb

Analogous Colors of #fb816c

#fb816c #fbc96c #fb6c9f

Monochromatic Colors of #fb816c

#fb816c

Complementary Color

#fb816c #6ce6fb

#fb816c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb816c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb816c Color CSS Codes

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

#fb816c Text Font Color

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

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


#fb816c Background Color

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

This div background color is #fb816c


#fb816c Border Color

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

This div border color is #fb816c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb816c

Related Colors


Comments

No comments written yet.

Please login to write comment.