Color Hex Logo

#f99bde Color Hex

#F99BDE
(249,155,222)
0 Favorites   0 Comments

Color spaces of #f99bde

RGB 249155222
HSL0.880.890.79
HSV317°38°98°
CMYK 0.000.380.11   0.02
XYZ63.973148.856475.1657
Yxy48.85640.34030.2599
Hunter Lab69.897441.0506-14.8307
CIE-Lab75.361944.3825-19.2392

#f99bde color RGB value is (249,155,222).

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

The process color (four color CMYK) of #f99bde color hex is 0.00, 0.38, 0.11, 0.02. Web safe color of #f99bde is #ff99cc. Color #f99bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 11011110
Octal 371 233 336
Decimal 249 155 222
Hex F9 9B DE

RGB Percentages of Color #f99bde

%39.78
%24.76
%35.46

CMYK Percentages of Color #f99bde

%0
%38
%11
%2

Triadic Colors of #f99bde

#f99bde #def99b #9bdef9

Analogous Colors of #f99bde

#f99bde #f99baf #e59bf9

Monochromatic Colors of #f99bde

#f99bde

Complementary Color

#f99bde #9bf9b6

#f99bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bde Color CSS Codes

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

#f99bde Text Font Color

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

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


#f99bde Background Color

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

This div background color is #f99bde


#f99bde Border Color

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

This div border color is #f99bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bde


Comments

No comments written yet.

Please login to write comment.