Color Hex Logo

#f9bccf Color Hex

#F9BCCF
(249,188,207)
0 Favorites   0 Comments

Color spaces of #f9bccf

RGB 249188207
HSL0.950.840.86
HSV341°24°98°
CMYK 0.000.240.17   0.02
XYZ68.312660.611267.1301
Yxy60.61120.34840.3092
Hunter Lab77.853220.38253.3735
CIE-Lab82.169324.7322-0.9646

#f9bccf color RGB value is (249,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 11001111
Octal 371 274 317
Decimal 249 188 207
Hex F9 BC CF

RGB Percentages of Color #f9bccf

%38.66
%29.19
%32.14

CMYK Percentages of Color #f9bccf

%0
%24
%17
%2

Triadic Colors of #f9bccf

#f9bccf #cff9bc #bccff9

Analogous Colors of #f9bccf

#f9bccf #f9c8bc #f9bcee

Monochromatic Colors of #f9bccf

#f9bccf

Complementary Color

#f9bccf #bcf9e6

#f9bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bccf Color CSS Codes

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

#f9bccf Text Font Color

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

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


#f9bccf Background Color

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

This div background color is #f9bccf


#f9bccf Border Color

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

This div border color is #f9bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bccf

Related Colors


Comments

No comments written yet.

Please login to write comment.