Color Hex Logo

#f9b6cc Color Hex

#F9B6CC
(249,182,204)
0 Favorites   0 Comments

Color spaces of #f9b6cc

RGB 249182204
HSL0.950.850.85
HSV340°27°98°
CMYK 0.000.270.18   0.02
XYZ66.694057.955364.7981
Yxy57.95530.35200.3059
Hunter Lab76.128423.15432.8241
CIE-Lab80.713927.4396-1.4795

#f9b6cc color RGB value is (249,182,204).

#f9b6cc hex color red value is 249, green value is 182 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f9b6cc hue: 0.95 , saturation: 0.85 and the lightness value of f9b6cc is 0.85.

The process color (four color CMYK) of #f9b6cc color hex is 0.00, 0.27, 0.18, 0.02. Web safe color of #f9b6cc is #ffcccc. Color #f9b6cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110110 11001100
Octal 371 266 314
Decimal 249 182 204
Hex F9 B6 CC

RGB Percentages of Color #f9b6cc

%39.21
%28.66
%32.13

CMYK Percentages of Color #f9b6cc

%0
%27
%18
%2

Triadic Colors of #f9b6cc

#f9b6cc #ccf9b6 #b6ccf9

Analogous Colors of #f9b6cc

#f9b6cc #f9c2b6 #f9b6ee

Monochromatic Colors of #f9b6cc

#f9b6cc

Complementary Color

#f9b6cc #b6f9e3

#f9b6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b6cc Color CSS Codes

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

#f9b6cc Text Font Color

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

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


#f9b6cc Background Color

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

This div background color is #f9b6cc


#f9b6cc Border Color

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

This div border color is #f9b6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b6cc


Comments

No comments written yet.

Please login to write comment.