Color Hex Logo

#f98fac Color Hex

#F98FAC
(249,143,172)
0 Favorites   0 Comments

Color spaces of #f98fac

RGB 249143172
HSL0.950.900.77
HSV344°43°98°
CMYK 0.000.430.31   0.02
XYZ56.335842.763244.3146
Yxy42.76320.39280.2982
Hunter Lab65.393639.33695.5971
CIE-Lab71.394043.30462.4642

#f98fac color RGB value is (249,143,172).

#f98fac hex color red value is 249, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f98fac hue: 0.95 , saturation: 0.90 and the lightness value of f98fac is 0.77.

The process color (four color CMYK) of #f98fac color hex is 0.00, 0.43, 0.31, 0.02. Web safe color of #f98fac is #ff9999. Color #f98fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001111 10101100
Octal 371 217 254
Decimal 249 143 172
Hex F9 8F AC

RGB Percentages of Color #f98fac

%44.15
%25.35
%30.50

CMYK Percentages of Color #f98fac

%0
%43
%31
%2

Triadic Colors of #f98fac

#f98fac #acf98f #8facf9

Analogous Colors of #f98fac

#f98fac #f9a78f #f98fe1

Monochromatic Colors of #f98fac

#f98fac

Complementary Color

#f98fac #8ff9dc

#f98fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98fac Color CSS Codes

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

#f98fac Text Font Color

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

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


#f98fac Background Color

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

This div background color is #f98fac


#f98fac Border Color

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

This div border color is #f98fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,143,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f98fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f98fac;
  -webkit-box-shadow: 1px 1px 3px 2px #f98fac;
  box-shadow:         1px 1px 3px 2px #f98fac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,143,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98fac


Comments

No comments written yet.

Please login to write comment.