Color Hex Logo

#fb958f Color Hex

#FB958F
(251,149,143)
0 Favorites   0 Comments

Color spaces of #fb958f

RGB 251149143
HSL0.010.930.77
HSV43°98°
CMYK 0.000.410.43   0.02
XYZ55.489043.987331.5524
Yxy43.98730.42350.3357
Hunter Lab66.322933.276718.2195
CIE-Lab72.220037.629019.7544

#fb958f color RGB value is (251,149,143).

#fb958f hex color red value is 251, green value is 149 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fb958f hue: 0.01 , saturation: 0.93 and the lightness value of fb958f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 10001111
Octal 373 225 217
Decimal 251 149 143
Hex FB 95 8F

RGB Percentages of Color #fb958f

%46.22
%27.44
%26.34

CMYK Percentages of Color #fb958f

%0
%41
%43
%2

Triadic Colors of #fb958f

#fb958f #8ffb95 #958ffb

Analogous Colors of #fb958f

#fb958f #fbcb8f #fb8fbf

Monochromatic Colors of #fb958f

#fb958f

Complementary Color

#fb958f #8ff5fb

#fb958f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb958f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb958f Color CSS Codes

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

#fb958f Text Font Color

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

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


#fb958f Background Color

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

This div background color is #fb958f


#fb958f Border Color

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

This div border color is #fb958f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb958f


Comments

No comments written yet.

Please login to write comment.