Color Hex Logo

#f9bcdf Color Hex

#F9BCDF
(249,188,223)
0 Favorites   0 Comments

Color spaces of #f9bcdf

RGB 249188223
HSL0.900.840.86
HSV326°24°98°
CMYK 0.000.240.10   0.02
XYZ70.369461.433977.9611
Yxy61.43390.33550.2929
Hunter Lab78.379823.0928-4.1074
CIE-Lab82.611527.2769-8.9045

#f9bcdf color RGB value is (249,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 11011111
Octal 371 274 337
Decimal 249 188 223
Hex F9 BC DF

RGB Percentages of Color #f9bcdf

%37.73
%28.48
%33.79

CMYK Percentages of Color #f9bcdf

%0
%24
%10
%2

Triadic Colors of #f9bcdf

#f9bcdf #dff9bc #bcdff9

Analogous Colors of #f9bcdf

#f9bcdf #f9bcc1 #f5bcf9

Monochromatic Colors of #f9bcdf

#f9bcdf

Complementary Color

#f9bcdf #bcf9d6

#f9bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bcdf Color CSS Codes

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

#f9bcdf Text Font Color

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

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


#f9bcdf Background Color

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

This div background color is #f9bcdf


#f9bcdf Border Color

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

This div border color is #f9bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bcdf


Comments

No comments written yet.

Please login to write comment.