Color Hex Logo

#f9cbcc Color Hex

#F9CBCC
(249,203,204)
0 Favorites   0 Comments

Color spaces of #f9cbcc

RGB 249203204
HSL1.000.790.89
HSV359°18°98°
CMYK 0.000.180.18   0.02
XYZ71.321967.211266.3407
Yxy67.21120.34810.3281
Hunter Lab81.982411.81969.4099
CIE-Lab85.610516.38175.6383

#f9cbcc color RGB value is (249,203,204).

#f9cbcc hex color red value is 249, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f9cbcc hue: 1.00 , saturation: 0.79 and the lightness value of f9cbcc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001011 11001100
Octal 371 313 314
Decimal 249 203 204
Hex F9 CB CC

RGB Percentages of Color #f9cbcc

%37.96
%30.95
%31.10

CMYK Percentages of Color #f9cbcc

%0
%18
%18
%2

Triadic Colors of #f9cbcc

#f9cbcc #ccf9cb #cbccf9

Analogous Colors of #f9cbcc

#f9cbcc #f9e1cb #f9cbe3

Monochromatic Colors of #f9cbcc

#f9cbcc

Complementary Color

#f9cbcc #cbf9f8

#f9cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cbcc Color CSS Codes

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

#f9cbcc Text Font Color

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

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


#f9cbcc Background Color

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

This div background color is #f9cbcc


#f9cbcc Border Color

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

This div border color is #f9cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cbcc


Comments

No comments written yet.

Please login to write comment.