Color Hex Logo

#f9bfda Color Hex

#F9BFDA
(249,191,218)
0 Favorites   0 Comments

Color spaces of #f9bfda

RGB 249191218
HSL0.920.830.86
HSV332°23°98°
CMYK 0.000.230.12   0.02
XYZ70.352662.463374.6783
Yxy62.46330.33910.3010
Hunter Lab79.033720.5844-0.6990
CIE-Lab83.159224.8800-5.4127

#f9bfda color RGB value is (249,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111111 11011010
Octal 371 277 332
Decimal 249 191 218
Hex F9 BF DA

RGB Percentages of Color #f9bfda

%37.84
%29.03
%33.13

CMYK Percentages of Color #f9bfda

%0
%23
%12
%2

Triadic Colors of #f9bfda

#f9bfda #daf9bf #bfdaf9

Analogous Colors of #f9bfda

#f9bfda #f9c1bf #f9bff7

Monochromatic Colors of #f9bfda

#f9bfda

Complementary Color

#f9bfda #bff9de

#f9bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bfda Color CSS Codes

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

#f9bfda Text Font Color

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

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


#f9bfda Background Color

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

This div background color is #f9bfda


#f9bfda Border Color

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

This div border color is #f9bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bfda


Comments

No comments written yet.

Please login to write comment.