Color Hex Logo

#f49bcc Color Hex

#F49BCC
(244,155,204)
0 Favorites   0 Comments

Color spaces of #f49bcc

RGB 244155204
HSL0.910.800.78
HSV327°36°96°
CMYK 0.000.360.16   0.04
XYZ59.928747.035463.0469
Yxy47.03540.35250.2767
Hunter Lab68.582435.9579-6.4969
CIE-Lab74.212439.9015-11.1597

#f49bcc color RGB value is (244,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 11001100
Octal 364 233 314
Decimal 244 155 204
Hex F4 9B CC

RGB Percentages of Color #f49bcc

%40.46
%25.70
%33.83

CMYK Percentages of Color #f49bcc

%0
%36
%16
%4

Triadic Colors of #f49bcc

#f49bcc #ccf49b #9bccf4

Analogous Colors of #f49bcc

#f49bcc #f49ba0 #f09bf4

Monochromatic Colors of #f49bcc

#f49bcc

Complementary Color

#f49bcc #9bf4c3

#f49bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bcc Color CSS Codes

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

#f49bcc Text Font Color

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

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


#f49bcc Background Color

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

This div background color is #f49bcc


#f49bcc Border Color

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

This div border color is #f49bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bcc


Comments

No comments written yet.

Please login to write comment.