Color Hex Logo

#f9bfdd Color Hex

#F9BFDD
(249,191,221)
0 Favorites   0 Comments

Color spaces of #f9bfdd

RGB 249191221
HSL0.910.830.86
HSV329°23°98°
CMYK 0.000.230.11   0.02
XYZ70.748962.621876.7650
Yxy62.62180.33670.2980
Hunter Lab79.133921.1017-2.1214
CIE-Lab83.243025.3664-6.8959

#f9bfdd color RGB value is (249,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 11011101
Octal 371 277 335
Decimal 249 191 221
Hex F9 BF DD

RGB Percentages of Color #f9bfdd

%37.67
%28.90
%33.43

CMYK Percentages of Color #f9bfdd

%0
%23
%11
%2

Triadic Colors of #f9bfdd

#f9bfdd #ddf9bf #bfddf9

Analogous Colors of #f9bfdd

#f9bfdd #f9bfc0 #f8bff9

Monochromatic Colors of #f9bfdd

#f9bfdd

Complementary Color

#f9bfdd #bff9db

#f9bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bfdd Color CSS Codes

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

#f9bfdd Text Font Color

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

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


#f9bfdd Background Color

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

This div background color is #f9bfdd


#f9bfdd Border Color

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

This div border color is #f9bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bfdd

Related Colors


Comments

No comments written yet.

Please login to write comment.