Color Hex Logo

#f9bfdb Color Hex

#F9BFDB
(249,191,219)
0 Favorites   0 Comments

Color spaces of #f9bfdb

RGB 249191219
HSL0.920.830.86
HSV331°23°98°
CMYK 0.000.230.12   0.02
XYZ70.483962.515875.3697
Yxy62.51580.33830.3000
Hunter Lab79.066920.7560-1.1707
CIE-Lab83.187025.0415-5.9074

#f9bfdb color RGB value is (249,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 11011011
Octal 371 277 333
Decimal 249 191 219
Hex F9 BF DB

RGB Percentages of Color #f9bfdb

%37.78
%28.98
%33.23

CMYK Percentages of Color #f9bfdb

%0
%23
%12
%2

Triadic Colors of #f9bfdb

#f9bfdb #dbf9bf #bfdbf9

Analogous Colors of #f9bfdb

#f9bfdb #f9c0bf #f9bff8

Monochromatic Colors of #f9bfdb

#f9bfdb

Complementary Color

#f9bfdb #bff9dd

#f9bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bfdb Color CSS Codes

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

#f9bfdb Text Font Color

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

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


#f9bfdb Background Color

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

This div background color is #f9bfdb


#f9bfdb Border Color

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

This div border color is #f9bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bfdb


Comments

No comments written yet.

Please login to write comment.