Color Hex Logo

#f499ba Color Hex

#F499BA
(244,153,186)
0 Favorites   0 Comments

Color spaces of #f499ba

RGB 244153186
HSL0.940.810.78
HSV338°37°96°
CMYK 0.000.370.24   0.04
XYZ57.562445.560752.2146
Yxy45.56070.37060.2933
Hunter Lab67.498734.10091.3844
CIE-Lab73.259638.2895-2.6497

#f499ba color RGB value is (244,153,186).

#f499ba hex color red value is 244, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f499ba hue: 0.94 , saturation: 0.81 and the lightness value of f499ba is 0.78.

The process color (four color CMYK) of #f499ba color hex is 0.00, 0.37, 0.24, 0.04. Web safe color of #f499ba is #ff99cc. Color #f499ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011001 10111010
Octal 364 231 272
Decimal 244 153 186
Hex F4 99 BA

RGB Percentages of Color #f499ba

%41.85
%26.24
%31.90

CMYK Percentages of Color #f499ba

%0
%37
%24
%4

Triadic Colors of #f499ba

#f499ba #baf499 #99baf4

Analogous Colors of #f499ba

#f499ba #f4a699 #f499e8

Monochromatic Colors of #f499ba

#f499ba

Complementary Color

#f499ba #99f4d3

#f499ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f499ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f499ba Color CSS Codes

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

#f499ba Text Font Color

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

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


#f499ba Background Color

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

This div background color is #f499ba


#f499ba Border Color

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

This div border color is #f499ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f499ba


Comments

No comments written yet.

Please login to write comment.