Color Hex Logo

#f49fbc Color Hex

#F49FBC
(244,159,188)
0 Favorites   0 Comments

Color spaces of #f49fbc

RGB 244159188
HSL0.940.790.79
HSV340°35°96°
CMYK 0.000.350.23   0.04
XYZ58.783547.660253.6781
Yxy47.66020.36710.2976
Hunter Lab69.036431.17662.2255
CIE-Lab74.610135.4386-1.7703

#f49fbc color RGB value is (244,159,188).

#f49fbc hex color red value is 244, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f49fbc hue: 0.94 , saturation: 0.79 and the lightness value of f49fbc is 0.79.

The process color (four color CMYK) of #f49fbc color hex is 0.00, 0.35, 0.23, 0.04. Web safe color of #f49fbc is #ff99cc. Color #f49fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011111 10111100
Octal 364 237 274
Decimal 244 159 188
Hex F4 9F BC

RGB Percentages of Color #f49fbc

%41.29
%26.90
%31.81

CMYK Percentages of Color #f49fbc

%0
%35
%23
%4

Triadic Colors of #f49fbc

#f49fbc #bcf49f #9fbcf4

Analogous Colors of #f49fbc

#f49fbc #f4ad9f #f49fe7

Monochromatic Colors of #f49fbc

#f49fbc

Complementary Color

#f49fbc #9ff4d7

#f49fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49fbc Color CSS Codes

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

#f49fbc Text Font Color

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

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


#f49fbc Background Color

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

This div background color is #f49fbc


#f49fbc Border Color

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

This div border color is #f49fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,159,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f49fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f49fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #f49fbc;
  box-shadow:         1px 1px 3px 2px #f49fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,159,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49fbc

#f49fbc Color Palettes


Comments

No comments written yet.

Please login to write comment.