Color Hex Logo

#f99dee Color Hex

#F99DEE
(249,157,238)
0 Favorites   0 Comments

Color spaces of #f99dee

RGB 249157238
HSL0.850.880.80
HSV307°37°98°
CMYK 0.000.370.04   0.02
XYZ66.556550.426787.1143
Yxy50.42670.32610.2471
Hunter Lab71.011843.0304-23.0263
CIE-Lab76.330446.0285-26.4788

#f99dee color RGB value is (249,157,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 11101110
Octal 371 235 356
Decimal 249 157 238
Hex F9 9D EE

RGB Percentages of Color #f99dee

%38.66
%24.38
%36.96

CMYK Percentages of Color #f99dee

%0
%37
%4
%2

Triadic Colors of #f99dee

#f99dee #eef99d #9deef9

Analogous Colors of #f99dee

#f99dee #f99dc0 #d69df9

Monochromatic Colors of #f99dee

#f99dee

Complementary Color

#f99dee #9df9a8

#f99dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dee Color CSS Codes

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

#f99dee Text Font Color

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

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


#f99dee Background Color

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

This div background color is #f99dee


#f99dee Border Color

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

This div border color is #f99dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dee


Comments

No comments written yet.

Please login to write comment.