Color Hex Logo

#f9bfde Color Hex

#F9BFDE
(249,191,222)
0 Favorites   0 Comments

Color spaces of #f9bfde

RGB 249191222
HSL0.910.830.86
HSV328°23°98°
CMYK 0.000.230.11   0.02
XYZ70.882562.675377.4689
Yxy62.67530.33590.2970
Hunter Lab79.167721.2757-2.6003
CIE-Lab83.271225.5297-7.3896

#f9bfde color RGB value is (249,191,222).

#f9bfde hex color red value is 249, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f9bfde hue: 0.91 , saturation: 0.83 and the lightness value of f9bfde is 0.86.

The process color (four color CMYK) of #f9bfde color hex is 0.00, 0.23, 0.11, 0.02. Web safe color of #f9bfde is #ffcccc. Color #f9bfde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 11011110
Octal 371 277 336
Decimal 249 191 222
Hex F9 BF DE

RGB Percentages of Color #f9bfde

%37.61
%28.85
%33.53

CMYK Percentages of Color #f9bfde

%0
%23
%11
%2

Triadic Colors of #f9bfde

#f9bfde #def9bf #bfdef9

Analogous Colors of #f9bfde

#f9bfde #f9bfc1 #f7bff9

Monochromatic Colors of #f9bfde

#f9bfde

Complementary Color

#f9bfde #bff9da

#f9bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bfde Color CSS Codes

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

#f9bfde Text Font Color

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

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


#f9bfde Background Color

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

This div background color is #f9bfde


#f9bfde Border Color

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

This div border color is #f9bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bfde


Comments

No comments written yet.

Please login to write comment.