Color Hex Logo

#ffc6ed Color Hex

#FFC6ED
(255,198,237)
0 Favorites   0 Comments

Color spaces of #ffc6ed

RGB 255198237
HSL0.891.000.89
HSV319°22°100°
CMYK 0.000.220.07   0.00
XYZ76.720167.762689.1567
Yxy67.76260.32840.2900
Hunter Lab82.318022.3047-6.5930
CIE-Lab85.887626.3728-11.4407

#ffc6ed color RGB value is (255,198,237).

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

The process color (four color CMYK) of #ffc6ed color hex is 0.00, 0.22, 0.07, 0.00. Web safe color of #ffc6ed is #ffccff. Color #ffc6ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 11101101
Octal 377 306 355
Decimal 255 198 237
Hex FF C6 ED

RGB Percentages of Color #ffc6ed

%36.96
%28.70
%34.35

CMYK Percentages of Color #ffc6ed

%0
%22
%7
%0

Triadic Colors of #ffc6ed

#ffc6ed #edffc6 #c6edff

Analogous Colors of #ffc6ed

#ffc6ed #ffc6d1 #f5c6ff

Monochromatic Colors of #ffc6ed

#ffc6ed

Complementary Color

#ffc6ed #c6ffd8

#ffc6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc6ed Color CSS Codes

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

#ffc6ed Text Font Color

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

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


#ffc6ed Background Color

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

This div background color is #ffc6ed


#ffc6ed Border Color

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

This div border color is #ffc6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc6ed

#ffc6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.