Color Hex Logo

#f49dcb Color Hex

#F49DCB
(244,157,203)
0 Favorites   0 Comments

Color spaces of #f49dcb

RGB 244157203
HSL0.910.800.79
HSV328°36°96°
CMYK 0.000.360.17   0.04
XYZ60.144747.658862.5290
Yxy47.65880.35310.2798
Hunter Lab69.035434.7002-5.3774
CIE-Lab74.609238.7056-10.0178

#f49dcb color RGB value is (244,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 11001011
Octal 364 235 313
Decimal 244 157 203
Hex F4 9D CB

RGB Percentages of Color #f49dcb

%40.40
%25.99
%33.61

CMYK Percentages of Color #f49dcb

%0
%36
%17
%4

Triadic Colors of #f49dcb

#f49dcb #cbf49d #9dcbf4

Analogous Colors of #f49dcb

#f49dcb #f49da0 #f29df4

Monochromatic Colors of #f49dcb

#f49dcb

Complementary Color

#f49dcb #9df4c6

#f49dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49dcb Color CSS Codes

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

#f49dcb Text Font Color

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

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


#f49dcb Background Color

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

This div background color is #f49dcb


#f49dcb Border Color

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

This div border color is #f49dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,157,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 #f49dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49dcb


Comments

No comments written yet.

Please login to write comment.