Color Hex Logo

#fb798a Color Hex

#FB798A
(251,121,138)
0 Favorites   0 Comments

Color spaces of #fb798a

RGB 251121138
HSL0.980.940.73
HSV352°52°98°
CMYK 0.000.520.45   0.02
XYZ51.208536.019028.2981
Yxy36.01900.44330.3118
Hunter Lab60.015847.277414.0552
CIE-Lab66.534451.101414.6679

#fb798a color RGB value is (251,121,138).

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

The process color (four color CMYK) of #fb798a color hex is 0.00, 0.52, 0.45, 0.02. Web safe color of #fb798a is #ff6699. Color #fb798a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111001 10001010
Octal 373 171 212
Decimal 251 121 138
Hex FB 79 8A

RGB Percentages of Color #fb798a

%49.22
%23.73
%27.06

CMYK Percentages of Color #fb798a

%0
%52
%45
%2

Triadic Colors of #fb798a

#fb798a #8afb79 #798afb

Analogous Colors of #fb798a

#fb798a #fba979 #fb79cb

Monochromatic Colors of #fb798a

#fb798a

Complementary Color

#fb798a #79fbea

#fb798a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb798a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb798a Color CSS Codes

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

#fb798a Text Font Color

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

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


#fb798a Background Color

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

This div background color is #fb798a


#fb798a Border Color

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

This div border color is #fb798a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,121,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 #fb798a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb798a


Comments

No comments written yet.

Please login to write comment.