Color Hex Logo

#f9929b Color Hex

#F9929B
(249,146,155)
0 Favorites   0 Comments

Color spaces of #f9929b

RGB 249146155
HSL0.990.900.77
HSV355°41°98°
CMYK 0.000.410.38   0.02
XYZ55.262243.064136.4099
Yxy43.06410.41020.3196
Hunter Lab65.623235.476513.0403
CIE-Lab71.598539.737912.2125

#f9929b color RGB value is (249,146,155).

#f9929b hex color red value is 249, green value is 146 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f9929b hue: 0.99 , saturation: 0.90 and the lightness value of f9929b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010010 10011011
Octal 371 222 233
Decimal 249 146 155
Hex F9 92 9B

RGB Percentages of Color #f9929b

%45.27
%26.55
%28.18

CMYK Percentages of Color #f9929b

%0
%41
%38
%2

Triadic Colors of #f9929b

#f9929b #9bf992 #929bf9

Analogous Colors of #f9929b

#f9929b #f9bd92 #f992cf

Monochromatic Colors of #f9929b

#f9929b

Complementary Color

#f9929b #92f9f0

#f9929b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9929b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9929b Color CSS Codes

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

#f9929b Text Font Color

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

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


#f9929b Background Color

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

This div background color is #f9929b


#f9929b Border Color

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

This div border color is #f9929b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,146,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9929b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9929b;
  -webkit-box-shadow: 1px 1px 3px 2px #f9929b;
  box-shadow:         1px 1px 3px 2px #f9929b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,146,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9929b


Comments

No comments written yet.

Please login to write comment.