Color Hex Logo

#f49bcf Color Hex

#F49BCF
(244,155,207)
0 Favorites   0 Comments

Color spaces of #f49bcf

RGB 244155207
HSL0.900.800.78
HSV325°36°96°
CMYK 0.000.360.15   0.04
XYZ60.292147.180864.9605
Yxy47.18080.34970.2736
Hunter Lab68.688336.4764-7.9905
CIE-Lab74.305340.3661-12.6693

#f49bcf color RGB value is (244,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 11001111
Octal 364 233 317
Decimal 244 155 207
Hex F4 9B CF

RGB Percentages of Color #f49bcf

%40.26
%25.58
%34.16

CMYK Percentages of Color #f49bcf

%0
%36
%15
%4

Triadic Colors of #f49bcf

#f49bcf #cff49b #9bcff4

Analogous Colors of #f49bcf

#f49bcf #f49ba3 #ed9bf4

Monochromatic Colors of #f49bcf

#f49bcf

Complementary Color

#f49bcf #9bf4c0

#f49bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bcf Color CSS Codes

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

#f49bcf Text Font Color

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

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


#f49bcf Background Color

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

This div background color is #f49bcf


#f49bcf Border Color

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

This div border color is #f49bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bcf


Comments

No comments written yet.

Please login to write comment.