Color Hex Logo

#f9bccc Color Hex

#F9BCCC
(249,188,204)
0 Favorites   0 Comments

Color spaces of #f9bccc

RGB 249188204
HSL0.960.840.86
HSV344°24°98°
CMYK 0.000.240.18   0.02
XYZ67.949260.465865.2165
Yxy60.46580.35090.3123
Hunter Lab77.759819.90004.7058
CIE-Lab82.090724.27520.5330

#f9bccc color RGB value is (249,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 11001100
Octal 371 274 314
Decimal 249 188 204
Hex F9 BC CC

RGB Percentages of Color #f9bccc

%38.85
%29.33
%31.83

CMYK Percentages of Color #f9bccc

%0
%24
%18
%2

Triadic Colors of #f9bccc

#f9bccc #ccf9bc #bcccf9

Analogous Colors of #f9bccc

#f9bccc #f9cbbc #f9bceb

Monochromatic Colors of #f9bccc

#f9bccc

Complementary Color

#f9bccc #bcf9e9

#f9bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bccc Color CSS Codes

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

#f9bccc Text Font Color

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

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


#f9bccc Background Color

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

This div background color is #f9bccc


#f9bccc Border Color

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

This div border color is #f9bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bccc

Related Colors


Comments

No comments written yet.

Please login to write comment.