Color Hex Logo

#f9cbbb Color Hex

#F9CBBB
(249,203,187)
0 Favorites   0 Comments

Color spaces of #f9cbbb

RGB 249203187
HSL0.040.840.85
HSV15°25°98°
CMYK 0.000.180.25   0.02
XYZ69.392566.439556.1804
Yxy66.43950.36140.3460
Hunter Lab81.51049.319716.1921
CIE-Lab85.220113.929814.1049

#f9cbbb color RGB value is (249,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001011 10111011
Octal 371 313 273
Decimal 249 203 187
Hex F9 CB BB

RGB Percentages of Color #f9cbbb

%38.97
%31.77
%29.26

CMYK Percentages of Color #f9cbbb

%0
%18
%25
%2

Triadic Colors of #f9cbbb

#f9cbbb #bbf9cb #cbbbf9

Analogous Colors of #f9cbbb

#f9cbbb #f9eabb #f9bbca

Monochromatic Colors of #f9cbbb

#f9cbbb

Complementary Color

#f9cbbb #bbe9f9

#f9cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cbbb Color CSS Codes

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

#f9cbbb Text Font Color

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

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


#f9cbbb Background Color

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

This div background color is #f9cbbb


#f9cbbb Border Color

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

This div border color is #f9cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cbbb


Comments

No comments written yet.

Please login to write comment.