Color Hex Logo

#fb949d Color Hex

#FB949D
(251,148,157)
0 Favorites   0 Comments

Color spaces of #fb949d

RGB 251148157
HSL0.990.930.78
HSV355°41°98°
CMYK 0.000.410.37   0.02
XYZ56.459444.123437.4392
Yxy44.12340.40910.3197
Hunter Lab66.425435.474513.0803
CIE-Lab72.310939.659112.1449

#fb949d color RGB value is (251,148,157).

#fb949d hex color red value is 251, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fb949d hue: 0.99 , saturation: 0.93 and the lightness value of fb949d is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 10011101
Octal 373 224 235
Decimal 251 148 157
Hex FB 94 9D

RGB Percentages of Color #fb949d

%45.14
%26.62
%28.24

CMYK Percentages of Color #fb949d

%0
%41
%37
%2

Triadic Colors of #fb949d

#fb949d #9dfb94 #949dfb

Analogous Colors of #fb949d

#fb949d #fbbf94 #fb94d1

Monochromatic Colors of #fb949d

#fb949d

Complementary Color

#fb949d #94fbf2

#fb949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb949d Color CSS Codes

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

#fb949d Text Font Color

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

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


#fb949d Background Color

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

This div background color is #fb949d


#fb949d Border Color

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

This div border color is #fb949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb949d


Comments

No comments written yet.

Please login to write comment.