Color Hex Logo

#f99edb Color Hex

#F99EDB
(249,158,219)
0 Favorites   0 Comments

Color spaces of #f99edb

RGB 249158219
HSL0.890.880.80
HSV320°37°98°
CMYK 0.000.370.12   0.02
XYZ64.080049.707973.2350
Yxy49.70790.34260.2658
Hunter Lab70.503838.8546-12.2341
CIE-Lab75.889642.3518-16.8027

#f99edb color RGB value is (249,158,219).

#f99edb hex color red value is 249, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f99edb hue: 0.89 , saturation: 0.88 and the lightness value of f99edb is 0.80.

The process color (four color CMYK) of #f99edb color hex is 0.00, 0.37, 0.12, 0.02. Web safe color of #f99edb is #ff99cc. Color #f99edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 11011011
Octal 371 236 333
Decimal 249 158 219
Hex F9 9E DB

RGB Percentages of Color #f99edb

%39.78
%25.24
%34.98

CMYK Percentages of Color #f99edb

%0
%37
%12
%2

Triadic Colors of #f99edb

#f99edb #dbf99e #9edbf9

Analogous Colors of #f99edb

#f99edb #f99eae #ea9ef9

Monochromatic Colors of #f99edb

#f99edb

Complementary Color

#f99edb #9ef9bc

#f99edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99edb Color CSS Codes

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

#f99edb Text Font Color

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

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


#f99edb Background Color

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

This div background color is #f99edb


#f99edb Border Color

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

This div border color is #f99edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99edb


Comments

No comments written yet.

Please login to write comment.