Color Hex Logo

#ffc6c2 Color Hex

#FFC6C2
(255,198,194)
1 Favorites   0 Comments

Color spaces of #ffc6c2

RGB 255198194
HSL0.011.000.88
HSV24°100°
CMYK 0.000.220.24   0.00
XYZ71.171765.543259.9389
Yxy65.54320.36190.3333
Hunter Lab80.958815.243412.7750
CIE-Lab84.762919.71619.8163

#ffc6c2 color RGB value is (255,198,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 11000010
Octal 377 306 302
Decimal 255 198 194
Hex FF C6 C2

RGB Percentages of Color #ffc6c2

%39.41
%30.60
%29.98

CMYK Percentages of Color #ffc6c2

%0
%22
%24
%0

Triadic Colors of #ffc6c2

#ffc6c2 #c2ffc6 #c6c2ff

Analogous Colors of #ffc6c2

#ffc6c2 #ffe5c2 #ffc2dd

Monochromatic Colors of #ffc6c2

#ffc6c2

Complementary Color

#ffc6c2 #c2fbff

#ffc6c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc6c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc6c2 Color CSS Codes

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

#ffc6c2 Text Font Color

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

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


#ffc6c2 Background Color

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

This div background color is #ffc6c2


#ffc6c2 Border Color

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

This div border color is #ffc6c2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,198,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc6c2

Related Colors


Comments

No comments written yet.

Please login to write comment.