Color Hex Logo

#f49fce Color Hex

#F49FCE
(244,159,206)
0 Favorites   0 Comments

Color spaces of #f49fce

RGB 244159206
HSL0.910.790.79
HSV327°35°96°
CMYK 0.000.350.16   0.04
XYZ60.846948.485664.5442
Yxy48.48560.34990.2789
Hunter Lab69.631634.1252-6.2161
CIE-Lab75.130238.1241-10.8866

#f49fce color RGB value is (244,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011111 11001110
Octal 364 237 316
Decimal 244 159 206
Hex F4 9F CE

RGB Percentages of Color #f49fce

%40.07
%26.11
%33.83

CMYK Percentages of Color #f49fce

%0
%35
%16
%4

Triadic Colors of #f49fce

#f49fce #cef49f #9fcef4

Analogous Colors of #f49fce

#f49fce #f49fa4 #f09ff4

Monochromatic Colors of #f49fce

#f49fce

Complementary Color

#f49fce #9ff4c5

#f49fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49fce Color CSS Codes

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

#f49fce Text Font Color

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

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


#f49fce Background Color

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

This div background color is #f49fce


#f49fce Border Color

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

This div border color is #f49fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49fce


Comments

No comments written yet.

Please login to write comment.