Color Hex Logo

#f49ccd Color Hex

#F49CCD
(244,156,205)
0 Favorites   0 Comments

Color spaces of #f49ccd

RGB 244156205
HSL0.910.800.78
HSV327°36°96°
CMYK 0.000.360.16   0.04
XYZ60.216147.417863.7364
Yxy47.41780.35140.2767
Hunter Lab68.860635.5858-6.6756
CIE-Lab74.456239.5348-11.3448

#f49ccd color RGB value is (244,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 11001101
Octal 364 234 315
Decimal 244 156 205
Hex F4 9C CD

RGB Percentages of Color #f49ccd

%40.33
%25.79
%33.88

CMYK Percentages of Color #f49ccd

%0
%36
%16
%4

Triadic Colors of #f49ccd

#f49ccd #cdf49c #9ccdf4

Analogous Colors of #f49ccd

#f49ccd #f49ca1 #ef9cf4

Monochromatic Colors of #f49ccd

#f49ccd

Complementary Color

#f49ccd #9cf4c3

#f49ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ccd Color CSS Codes

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

#f49ccd Text Font Color

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

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


#f49ccd Background Color

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

This div background color is #f49ccd


#f49ccd Border Color

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

This div border color is #f49ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49ccd


Comments

No comments written yet.

Please login to write comment.