Color Hex Logo

#f99eda Color Hex

#F99EDA
(249,158,218)
0 Favorites   0 Comments

Color spaces of #f99eda

RGB 249158218
HSL0.890.880.80
HSV320°37°98°
CMYK 0.000.370.12   0.02
XYZ63.948749.655472.5437
Yxy49.65540.34350.2668
Hunter Lab70.466638.6729-11.7111
CIE-Lab75.857342.1916-16.3054

#f99eda color RGB value is (249,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 11011010
Octal 371 236 332
Decimal 249 158 218
Hex F9 9E DA

RGB Percentages of Color #f99eda

%39.84
%25.28
%34.88

CMYK Percentages of Color #f99eda

%0
%37
%12
%2

Triadic Colors of #f99eda

#f99eda #daf99e #9edaf9

Analogous Colors of #f99eda

#f99eda #f99ead #eb9ef9

Monochromatic Colors of #f99eda

#f99eda

Complementary Color

#f99eda #9ef9bd

#f99eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99eda Color CSS Codes

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

#f99eda Text Font Color

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

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


#f99eda Background Color

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

This div background color is #f99eda


#f99eda Border Color

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

This div border color is #f99eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99eda

Related Colors


Comments

No comments written yet.

Please login to write comment.