Color Hex Logo

#f99eed Color Hex

#F99EED
(249,158,237)
0 Favorites   0 Comments

Color spaces of #f99eed

RGB 249158237
HSL0.860.880.80
HSV308°37°98°
CMYK 0.000.370.05   0.02
XYZ66.579850.707986.3992
Yxy50.70790.32690.2490
Hunter Lab71.209542.2782-22.0905
CIE-Lab76.501745.3419-25.6740

#f99eed color RGB value is (249,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 11101101
Octal 371 236 355
Decimal 249 158 237
Hex F9 9E ED

RGB Percentages of Color #f99eed

%38.66
%24.53
%36.80

CMYK Percentages of Color #f99eed

%0
%37
%5
%2

Triadic Colors of #f99eed

#f99eed #edf99e #9eedf9

Analogous Colors of #f99eed

#f99eed #f99ec0 #d89ef9

Monochromatic Colors of #f99eed

#f99eed

Complementary Color

#f99eed #9ef9aa

#f99eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99eed Color CSS Codes

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

#f99eed Text Font Color

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

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


#f99eed Background Color

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

This div background color is #f99eed


#f99eed Border Color

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

This div border color is #f99eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,158,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 #f99eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99eed

Related Colors


Comments

No comments written yet.

Please login to write comment.