Color Hex Logo

#f98ccf Color Hex

#F98CCF
(249,140,207)
0 Favorites   0 Comments

Color spaces of #f98ccf

RGB 249140207
HSL0.900.900.76
HSV323°44°98°
CMYK 0.000.440.17   0.02
XYZ59.707543.400964.2618
Yxy43.40090.35670.2593
Hunter Lab65.879446.4885-11.7187
CIE-Lab71.826249.6586-16.3377

#f98ccf color RGB value is (249,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11001111
Octal 371 214 317
Decimal 249 140 207
Hex F9 8C CF

RGB Percentages of Color #f98ccf

%41.78
%23.49
%34.73

CMYK Percentages of Color #f98ccf

%0
%44
%17
%2

Triadic Colors of #f98ccf

#f98ccf #cff98c #8ccff9

Analogous Colors of #f98ccf

#f98ccf #f98c99 #ed8cf9

Monochromatic Colors of #f98ccf

#f98ccf

Complementary Color

#f98ccf #8cf9b6

#f98ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ccf Color CSS Codes

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

#f98ccf Text Font Color

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

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


#f98ccf Background Color

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

This div background color is #f98ccf


#f98ccf Border Color

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

This div border color is #f98ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ccf


Comments

No comments written yet.

Please login to write comment.