Color Hex Logo

#f9ccbc Color Hex

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

Color spaces of #f9ccbc

RGB 249204188
HSL0.040.840.86
HSV16°24°98°
CMYK 0.000.180.24   0.02
XYZ69.736966.956356.8253
Yxy66.95630.36040.3460
Hunter Lab81.82688.929616.1044
CIE-Lab85.481913.545113.9448

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

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

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

Base Numbers

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

RGB Percentages of Color #f9ccbc

%38.85
%31.83
%29.33

CMYK Percentages of Color #f9ccbc

%0
%18
%24
%2

Triadic Colors of #f9ccbc

#f9ccbc #bcf9cc #ccbcf9

Analogous Colors of #f9ccbc

#f9ccbc #f9ebbc #f9bccb

Monochromatic Colors of #f9ccbc

#f9ccbc

Complementary Color

#f9ccbc #bce9f9

#f9ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ccbc Color CSS Codes

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

#f9ccbc Text Font Color

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

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


#f9ccbc Background Color

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

This div background color is #f9ccbc


#f9ccbc Border Color

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

This div border color is #f9ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ccbc


Comments

No comments written yet.

Please login to write comment.