Color Hex Logo

#ffc1cc Color Hex Bubble Gum

#FFC1CC
(255,193,204)
22 Favorites   0 Comments

Color spaces of #ffc1cc Bubble Gum

RGB 255193204
HSL0.971.000.88
HSV349°24°100°
CMYK 0.000.240.20   0.00
XYZ71.209063.759665.6804
Yxy63.75960.35490.3178
Hunter Lab79.849619.44757.1257
CIE-Lab83.840423.77143.1509

#ffc1cc color RGB value is (255,193,204). #ffc1cc color name is Bubble Gum color.

#ffc1cc hex color red value is 255, green value is 193 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffc1cc hue: 0.97 , saturation: 1.00 and the lightness value of ffc1cc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 11001100
Octal 377 301 314
Decimal 255 193 204
Hex FF C1 CC

RGB Percentages of Color #ffc1cc

%39.11
%29.60
%31.29

CMYK Percentages of Color #ffc1cc

%0
%24
%20
%0

Triadic Colors of #ffc1cc

#ffc1cc #ccffc1 #c1ccff

Analogous Colors of #ffc1cc

#ffc1cc #ffd5c1 #ffc1eb

Monochromatic Colors of #ffc1cc

#ffc1cc

Complementary Color

#ffc1cc #c1fff4

#ffc1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc1cc Color CSS Codes

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

#ffc1cc Text Font Color

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

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


#ffc1cc Background Color

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

This div background color is #ffc1cc


#ffc1cc Border Color

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

This div border color is #ffc1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc1cc


Comments

No comments written yet.

Please login to write comment.