Color Hex Logo

#f9bbdf Color Hex

#F9BBDF
(249,187,223)
0 Favorites   0 Comments

Color spaces of #f9bbdf

RGB 249187223
HSL0.900.840.85
HSV325°25°98°
CMYK 0.000.250.10   0.02
XYZ70.156561.008177.8901
Yxy61.00810.33560.2918
Hunter Lab78.107723.6407-4.4495
CIE-Lab82.383127.8046-9.2439

#f9bbdf color RGB value is (249,187,223).

#f9bbdf hex color red value is 249, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f9bbdf hue: 0.90 , saturation: 0.84 and the lightness value of f9bbdf is 0.85.

The process color (four color CMYK) of #f9bbdf color hex is 0.00, 0.25, 0.10, 0.02. Web safe color of #f9bbdf is #ffcccc. Color #f9bbdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111011 11011111
Octal 371 273 337
Decimal 249 187 223
Hex F9 BB DF

RGB Percentages of Color #f9bbdf

%37.78
%28.38
%33.84

CMYK Percentages of Color #f9bbdf

%0
%25
%10
%2

Triadic Colors of #f9bbdf

#f9bbdf #dff9bb #bbdff9

Analogous Colors of #f9bbdf

#f9bbdf #f9bbc0 #f4bbf9

Monochromatic Colors of #f9bbdf

#f9bbdf

Complementary Color

#f9bbdf #bbf9d5

#f9bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bbdf Color CSS Codes

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

#f9bbdf Text Font Color

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

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


#f9bbdf Background Color

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

This div background color is #f9bbdf


#f9bbdf Border Color

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

This div border color is #f9bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.