Color Hex Logo

#f98cde Color Hex

#F98CDE
(249,140,222)
0 Favorites   0 Comments

Color spaces of #f98cde

RGB 249140222
HSL0.870.900.76
HSV315°44°98°
CMYK 0.000.440.11   0.02
XYZ61.629844.169874.3846
Yxy44.16980.34200.2451
Hunter Lab66.460449.2204-19.8370
CIE-Lab72.341851.9832-23.8317

#f98cde color RGB value is (249,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11011110
Octal 371 214 336
Decimal 249 140 222
Hex F9 8C DE

RGB Percentages of Color #f98cde

%40.75
%22.91
%36.33

CMYK Percentages of Color #f98cde

%0
%44
%11
%2

Triadic Colors of #f98cde

#f98cde #def98c #8cdef9

Analogous Colors of #f98cde

#f98cde #f98ca8 #de8cf9

Monochromatic Colors of #f98cde

#f98cde

Complementary Color

#f98cde #8cf9a7

#f98cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98cde Color CSS Codes

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

#f98cde Text Font Color

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

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


#f98cde Background Color

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

This div background color is #f98cde


#f98cde Border Color

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

This div border color is #f98cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98cde


Comments

No comments written yet.

Please login to write comment.