Color Hex Logo

#f988ac Color Hex

#F988AC
(249,136,172)
0 Favorites   0 Comments

Color spaces of #f988ac

RGB 249136172
HSL0.950.900.75
HSV341°45°98°
CMYK 0.000.450.31   0.02
XYZ55.317540.726643.9752
Yxy40.72660.39510.2909
Hunter Lab63.817443.04503.8167
CIE-Lab69.983946.83620.4125

#f988ac color RGB value is (249,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001000 10101100
Octal 371 210 254
Decimal 249 136 172
Hex F9 88 AC

RGB Percentages of Color #f988ac

%44.70
%24.42
%30.88

CMYK Percentages of Color #f988ac

%0
%45
%31
%2

Triadic Colors of #f988ac

#f988ac #acf988 #88acf9

Analogous Colors of #f988ac

#f988ac #f99d88 #f988e5

Monochromatic Colors of #f988ac

#f988ac

Complementary Color

#f988ac #88f9d5

#f988ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f988ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f988ac Color CSS Codes

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

#f988ac Text Font Color

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

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


#f988ac Background Color

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

This div background color is #f988ac


#f988ac Border Color

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

This div border color is #f988ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f988ac


Comments

No comments written yet.

Please login to write comment.