Color Hex Logo

#f99edc Color Hex

#F99EDC
(249,158,220)
0 Favorites   0 Comments

Color spaces of #f99edc

RGB 249158220
HSL0.890.880.80
HSV319°37°98°
CMYK 0.000.370.12   0.02
XYZ64.212049.760873.9306
Yxy49.76080.34170.2648
Hunter Lab70.541339.0367-12.7597
CIE-Lab75.922242.5122-17.2996

#f99edc color RGB value is (249,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 11011100
Octal 371 236 334
Decimal 249 158 220
Hex F9 9E DC

RGB Percentages of Color #f99edc

%39.71
%25.20
%35.09

CMYK Percentages of Color #f99edc

%0
%37
%12
%2

Triadic Colors of #f99edc

#f99edc #dcf99e #9edcf9

Analogous Colors of #f99edc

#f99edc #f99eaf #e99ef9

Monochromatic Colors of #f99edc

#f99edc

Complementary Color

#f99edc #9ef9bb

#f99edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99edc Color CSS Codes

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

#f99edc Text Font Color

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

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


#f99edc Background Color

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

This div background color is #f99edc


#f99edc Border Color

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

This div border color is #f99edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99edc


Comments

No comments written yet.

Please login to write comment.