Color Hex Logo

#f988ae Color Hex

#F988AE
(249,136,174)
0 Favorites   0 Comments

Color spaces of #f988ae

RGB 249136174
HSL0.940.900.75
HSV340°45°98°
CMYK 0.000.450.30   0.02
XYZ55.511140.804044.9946
Yxy40.80400.39280.2888
Hunter Lab63.878043.33312.9517
CIE-Lab70.038447.0880-0.6273

#f988ae color RGB value is (249,136,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001000 10101110
Octal 371 210 256
Decimal 249 136 174
Hex F9 88 AE

RGB Percentages of Color #f988ae

%44.54
%24.33
%31.13

CMYK Percentages of Color #f988ae

%0
%45
%30
%2

Triadic Colors of #f988ae

#f988ae #aef988 #88aef9

Analogous Colors of #f988ae

#f988ae #f99b88 #f988e7

Monochromatic Colors of #f988ae

#f988ae

Complementary Color

#f988ae #88f9d3

#f988ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f988ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f988ae Color CSS Codes

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

#f988ae Text Font Color

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

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


#f988ae Background Color

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

This div background color is #f988ae


#f988ae Border Color

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

This div border color is #f988ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f988ae


Comments

No comments written yet.

Please login to write comment.