Color Hex Logo

#fb818a Color Hex

#FB818A
(251,129,138)
0 Favorites   0 Comments

Color spaces of #fb818a

RGB 251129138
HSL0.990.940.75
HSV356°49°98°
CMYK 0.000.490.45   0.02
XYZ52.221438.044728.6358
Yxy38.04470.43920.3200
Hunter Lab61.680443.185515.6502
CIE-Lab68.053547.218616.7814

#fb818a color RGB value is (251,129,138).

#fb818a hex color red value is 251, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fb818a hue: 0.99 , saturation: 0.94 and the lightness value of fb818a is 0.75.

The process color (four color CMYK) of #fb818a color hex is 0.00, 0.49, 0.45, 0.02. Web safe color of #fb818a is #ff9999. Color #fb818a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000001 10001010
Octal 373 201 212
Decimal 251 129 138
Hex FB 81 8A

RGB Percentages of Color #fb818a

%48.46
%24.90
%26.64

CMYK Percentages of Color #fb818a

%0
%49
%45
%2

Triadic Colors of #fb818a

#fb818a #8afb81 #818afb

Analogous Colors of #fb818a

#fb818a #fbb581 #fb81c7

Monochromatic Colors of #fb818a

#fb818a

Complementary Color

#fb818a #81fbf2

#fb818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb818a Color CSS Codes

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

#fb818a Text Font Color

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

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


#fb818a Background Color

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

This div background color is #fb818a


#fb818a Border Color

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

This div border color is #fb818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb818a


Comments

No comments written yet.

Please login to write comment.