Color Hex Logo

#fb828f Color Hex

#FB828F
(251,130,143)
0 Favorites   0 Comments

Color spaces of #fb828f

RGB 251130143
HSL0.980.940.75
HSV354°48°98°
CMYK 0.000.480.43   0.02
XYZ52.724238.457730.6308
Yxy38.45770.43280.3157
Hunter Lab62.014343.234814.1248
CIE-Lab68.356647.222414.3947

#fb828f color RGB value is (251,130,143).

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

The process color (four color CMYK) of #fb828f color hex is 0.00, 0.48, 0.43, 0.02. Web safe color of #fb828f is #ff9999. Color #fb828f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000010 10001111
Octal 373 202 217
Decimal 251 130 143
Hex FB 82 8F

RGB Percentages of Color #fb828f

%47.90
%24.81
%27.29

CMYK Percentages of Color #fb828f

%0
%48
%43
%2

Triadic Colors of #fb828f

#fb828f #8ffb82 #828ffb

Analogous Colors of #fb828f

#fb828f #fbb282 #fb82cc

Monochromatic Colors of #fb828f

#fb828f

Complementary Color

#fb828f #82fbee

#fb828f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb828f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb828f Color CSS Codes

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

#fb828f Text Font Color

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

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


#fb828f Background Color

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

This div background color is #fb828f


#fb828f Border Color

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

This div border color is #fb828f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb828f


Comments

No comments written yet.

Please login to write comment.