Color Hex Logo

#f998ed Color Hex

#F998ED
(249,152,237)
0 Favorites   0 Comments

Color spaces of #f998ed

RGB 249152237
HSL0.850.890.79
HSV307°39°98°
CMYK 0.000.390.05   0.02
XYZ65.581248.710686.0663
Yxy48.71060.32730.2431
Hunter Lab69.793045.5904-24.2593
CIE-Lab75.270948.4158-27.5579

#f998ed color RGB value is (249,152,237).

#f998ed hex color red value is 249, green value is 152 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f998ed hue: 0.85 , saturation: 0.89 and the lightness value of f998ed is 0.79.

The process color (four color CMYK) of #f998ed color hex is 0.00, 0.39, 0.05, 0.02. Web safe color of #f998ed is #ff99ff. Color #f998ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 11101101
Octal 371 230 355
Decimal 249 152 237
Hex F9 98 ED

RGB Percentages of Color #f998ed

%39.03
%23.82
%37.15

CMYK Percentages of Color #f998ed

%0
%39
%5
%2

Triadic Colors of #f998ed

#f998ed #edf998 #98edf9

Analogous Colors of #f998ed

#f998ed #f998bd #d598f9

Monochromatic Colors of #f998ed

#f998ed

Complementary Color

#f998ed #98f9a4

#f998ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f998ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f998ed Color CSS Codes

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

#f998ed Text Font Color

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

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


#f998ed Background Color

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

This div background color is #f998ed


#f998ed Border Color

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

This div border color is #f998ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f998ed


Comments

No comments written yet.

Please login to write comment.