Color Hex Logo

#f9bdde Color Hex

#F9BDDE
(249,189,222)
0 Favorites   0 Comments

Color spaces of #f9bdde

RGB 249189222
HSL0.910.830.86
HSV327°24°98°
CMYK 0.000.240.11   0.02
XYZ70.449361.808977.3245
Yxy61.80890.33610.2949
Hunter Lab78.618622.3693-3.2810
CIE-Lab82.811726.5849-8.0710

#f9bdde color RGB value is (249,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 11011110
Octal 371 275 336
Decimal 249 189 222
Hex F9 BD DE

RGB Percentages of Color #f9bdde

%37.73
%28.64
%33.64

CMYK Percentages of Color #f9bdde

%0
%24
%11
%2

Triadic Colors of #f9bdde

#f9bdde #def9bd #bddef9

Analogous Colors of #f9bdde

#f9bdde #f9bdc0 #f6bdf9

Monochromatic Colors of #f9bdde

#f9bdde

Complementary Color

#f9bdde #bdf9d8

#f9bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdde Color CSS Codes

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

#f9bdde Text Font Color

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

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


#f9bdde Background Color

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

This div background color is #f9bdde


#f9bdde Border Color

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

This div border color is #f9bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdde


Comments

No comments written yet.

Please login to write comment.