Color Hex Logo

#f999db Color Hex

#F999DB
(249,153,219)
0 Favorites   0 Comments

Color spaces of #f999db

RGB 249153219
HSL0.890.890.79
HSV319°39°98°
CMYK 0.000.390.12   0.02
XYZ63.244348.036772.9565
Yxy48.03670.34330.2607
Hunter Lab69.308541.5921-13.8947
CIE-Lab74.848144.9270-18.3761

#f999db color RGB value is (249,153,219).

#f999db hex color red value is 249, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f999db hue: 0.89 , saturation: 0.89 and the lightness value of f999db is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 11011011
Octal 371 231 333
Decimal 249 153 219
Hex F9 99 DB

RGB Percentages of Color #f999db

%40.10
%24.64
%35.27

CMYK Percentages of Color #f999db

%0
%39
%12
%2

Triadic Colors of #f999db

#f999db #dbf999 #99dbf9

Analogous Colors of #f999db

#f999db #f999ab #e799f9

Monochromatic Colors of #f999db

#f999db

Complementary Color

#f999db #99f9b7

#f999db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f999db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f999db Color CSS Codes

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

#f999db Text Font Color

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

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


#f999db Background Color

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

This div background color is #f999db


#f999db Border Color

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

This div border color is #f999db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f999db


Comments

No comments written yet.

Please login to write comment.