Color Hex Logo

#f989ce Color Hex

#F989CE
(249,137,206)
0 Favorites   0 Comments

Color spaces of #f989ce

RGB 249137206
HSL0.900.900.76
HSV323°45°98°
CMYK 0.000.450.17   0.02
XYZ59.153242.487363.4757
Yxy42.48730.35830.2573
Hunter Lab65.182347.9205-12.1101
CIE-Lab71.205651.0044-16.7209

#f989ce color RGB value is (249,137,206).

#f989ce hex color red value is 249, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f989ce hue: 0.90 , saturation: 0.90 and the lightness value of f989ce is 0.76.

The process color (four color CMYK) of #f989ce color hex is 0.00, 0.45, 0.17, 0.02. Web safe color of #f989ce is #ff99cc. Color #f989ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001001 11001110
Octal 371 211 316
Decimal 249 137 206
Hex F9 89 CE

RGB Percentages of Color #f989ce

%42.06
%23.14
%34.80

CMYK Percentages of Color #f989ce

%0
%45
%17
%2

Triadic Colors of #f989ce

#f989ce #cef989 #89cef9

Analogous Colors of #f989ce

#f989ce #f98996 #ec89f9

Monochromatic Colors of #f989ce

#f989ce

Complementary Color

#f989ce #89f9b4

#f989ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f989ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f989ce Color CSS Codes

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

#f989ce Text Font Color

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

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


#f989ce Background Color

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

This div background color is #f989ce


#f989ce Border Color

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

This div border color is #f989ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f989ce


Comments

No comments written yet.

Please login to write comment.