Color Hex Logo

#fb848c Color Hex

#FB848C
(251,132,140)
0 Favorites   0 Comments

Color spaces of #fb848c

RGB 251132140
HSL0.990.940.75
HSV356°47°98°
CMYK 0.000.470.44   0.02
XYZ52.768538.905229.5392
Yxy38.90520.43530.3210
Hunter Lab62.374041.856615.5832
CIE-Lab68.682545.932616.5323

#fb848c color RGB value is (251,132,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 10001100
Octal 373 204 214
Decimal 251 132 140
Hex FB 84 8C

RGB Percentages of Color #fb848c

%47.99
%25.24
%26.77

CMYK Percentages of Color #fb848c

%0
%47
%44
%2

Triadic Colors of #fb848c

#fb848c #8cfb84 #848cfb

Analogous Colors of #fb848c

#fb848c #fbb884 #fb84c8

Monochromatic Colors of #fb848c

#fb848c

Complementary Color

#fb848c #84fbf3

#fb848c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb848c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb848c Color CSS Codes

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

#fb848c Text Font Color

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

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


#fb848c Background Color

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

This div background color is #fb848c


#fb848c Border Color

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

This div border color is #fb848c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb848c

Related Colors


Comments

No comments written yet.

Please login to write comment.