Color Hex Logo

#fb8285 Color Hex

#FB8285
(251,130,133)
0 Favorites   0 Comments

Color spaces of #fb8285

RGB 251130133
HSL1.000.940.75
HSV359°48°98°
CMYK 0.000.480.47   0.02
XYZ51.999938.167926.8168
Yxy38.16790.44450.3263
Hunter Lab61.780242.126817.5102
CIE-Lab68.144246.248119.7104

#fb8285 color RGB value is (251,130,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000010 10000101
Octal 373 202 205
Decimal 251 130 133
Hex FB 82 85

RGB Percentages of Color #fb8285

%48.83
%25.29
%25.88

CMYK Percentages of Color #fb8285

%0
%48
%47
%2

Triadic Colors of #fb8285

#fb8285 #85fb82 #8285fb

Analogous Colors of #fb8285

#fb8285 #fbbc82 #fb82c2

Monochromatic Colors of #fb8285

#fb8285

Complementary Color

#fb8285 #82fbf8

#fb8285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8285 Color CSS Codes

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

#fb8285 Text Font Color

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

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


#fb8285 Background Color

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

This div background color is #fb8285


#fb8285 Border Color

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

This div border color is #fb8285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8285


Comments

No comments written yet.

Please login to write comment.