Color Hex Logo

#f9bcd0 Color Hex

#F9BCD0
(249,188,208)
0 Favorites   0 Comments

Color spaces of #f9bcd0

RGB 249188208
HSL0.950.840.86
HSV340°24°98°
CMYK 0.000.240.16   0.02
XYZ68.435360.660267.7762
Yxy60.66020.34760.3081
Hunter Lab77.884720.54532.9244
CIE-Lab82.195724.8862-1.4634

#f9bcd0 color RGB value is (249,188,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 11010000
Octal 371 274 320
Decimal 249 188 208
Hex F9 BC D0

RGB Percentages of Color #f9bcd0

%38.60
%29.15
%32.25

CMYK Percentages of Color #f9bcd0

%0
%24
%16
%2

Triadic Colors of #f9bcd0

#f9bcd0 #d0f9bc #bcd0f9

Analogous Colors of #f9bcd0

#f9bcd0 #f9c7bc #f9bcef

Monochromatic Colors of #f9bcd0

#f9bcd0

Complementary Color

#f9bcd0 #bcf9e5

#f9bcd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bcd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bcd0 Color CSS Codes

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

#f9bcd0 Text Font Color

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

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


#f9bcd0 Background Color

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

This div background color is #f9bcd0


#f9bcd0 Border Color

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

This div border color is #f9bcd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bcd0

#f9bcd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.