Color Hex Logo

#f9b5cc Color Hex

#F9B5CC
(249,181,204)
0 Favorites   0 Comments

Color spaces of #f9b5cc

RGB 249181204
HSL0.940.850.84
HSV340°27°98°
CMYK 0.000.270.18   0.02
XYZ66.489957.547164.7300
Yxy57.54710.35220.3049
Hunter Lab75.859823.69772.5106
CIE-Lab80.486327.9670-1.8130

#f9b5cc color RGB value is (249,181,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110101 11001100
Octal 371 265 314
Decimal 249 181 204
Hex F9 B5 CC

RGB Percentages of Color #f9b5cc

%39.27
%28.55
%32.18

CMYK Percentages of Color #f9b5cc

%0
%27
%18
%2

Triadic Colors of #f9b5cc

#f9b5cc #ccf9b5 #b5ccf9

Analogous Colors of #f9b5cc

#f9b5cc #f9c0b5 #f9b5ee

Monochromatic Colors of #f9b5cc

#f9b5cc

Complementary Color

#f9b5cc #b5f9e2

#f9b5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b5cc Color CSS Codes

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

#f9b5cc Text Font Color

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

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


#f9b5cc Background Color

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

This div background color is #f9b5cc


#f9b5cc Border Color

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

This div border color is #f9b5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b5cc


Comments

No comments written yet.

Please login to write comment.