Color Hex Logo

#f99dec Color Hex

#F99DEC
(249,157,236)
0 Favorites   0 Comments

Color spaces of #f99dec

RGB 249157236
HSL0.860.880.80
HSV308°37°98°
CMYK 0.000.370.05   0.02
XYZ66.264250.309885.5751
Yxy50.30980.32780.2489
Hunter Lab70.929442.6332-21.8818
CIE-Lab76.259045.6853-25.5019

#f99dec color RGB value is (249,157,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 11101100
Octal 371 235 354
Decimal 249 157 236
Hex F9 9D EC

RGB Percentages of Color #f99dec

%38.79
%24.45
%36.76

CMYK Percentages of Color #f99dec

%0
%37
%5
%2

Triadic Colors of #f99dec

#f99dec #ecf99d #9decf9

Analogous Colors of #f99dec

#f99dec #f99dbe #d89df9

Monochromatic Colors of #f99dec

#f99dec

Complementary Color

#f99dec #9df9aa

#f99dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dec Color CSS Codes

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

#f99dec Text Font Color

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

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


#f99dec Background Color

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

This div background color is #f99dec


#f99dec Border Color

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

This div border color is #f99dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dec


Comments

No comments written yet.

Please login to write comment.