Color Hex Logo

#f49bcb Color Hex

#F49BCB
(244,155,203)
0 Favorites   0 Comments

Color spaces of #f49bcb

RGB 244155203
HSL0.910.800.78
HSV328°36°96°
CMYK 0.000.360.17   0.04
XYZ59.809146.987662.4171
Yxy46.98760.35350.2777
Hunter Lab68.547535.7868-6.0043
CIE-Lab74.181839.7478-10.6555

#f49bcb color RGB value is (244,155,203).

#f49bcb hex color red value is 244, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f49bcb hue: 0.91 , saturation: 0.80 and the lightness value of f49bcb is 0.78.

The process color (four color CMYK) of #f49bcb color hex is 0.00, 0.36, 0.17, 0.04. Web safe color of #f49bcb is #ff99cc. Color #f49bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 11001011
Octal 364 233 313
Decimal 244 155 203
Hex F4 9B CB

RGB Percentages of Color #f49bcb

%40.53
%25.75
%33.72

CMYK Percentages of Color #f49bcb

%0
%36
%17
%4

Triadic Colors of #f49bcb

#f49bcb #cbf49b #9bcbf4

Analogous Colors of #f49bcb

#f49bcb #f49b9f #f19bf4

Monochromatic Colors of #f49bcb

#f49bcb

Complementary Color

#f49bcb #9bf4c4

#f49bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bcb Color CSS Codes

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

#f49bcb Text Font Color

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

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


#f49bcb Background Color

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

This div background color is #f49bcb


#f49bcb Border Color

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

This div border color is #f49bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bcb


Comments

No comments written yet.

Please login to write comment.