Color Hex Logo

#ffc6da Color Hex

#FFC6DA
(255,198,218)
0 Favorites   0 Comments

Color spaces of #ffc6da

RGB 255198218
HSL0.941.000.89
HSV339°22°100°
CMYK 0.000.220.15   0.00
XYZ74.089066.710175.3011
Yxy66.71010.34280.3087
Hunter Lab81.676318.98492.5112
CIE-Lab85.357323.2745-2.1117

#ffc6da color RGB value is (255,198,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 11011010
Octal 377 306 332
Decimal 255 198 218
Hex FF C6 DA

RGB Percentages of Color #ffc6da

%38.00
%29.51
%32.49

CMYK Percentages of Color #ffc6da

%0
%22
%15
%0

Triadic Colors of #ffc6da

#ffc6da #daffc6 #c6daff

Analogous Colors of #ffc6da

#ffc6da #ffcfc6 #ffc6f7

Monochromatic Colors of #ffc6da

#ffc6da

Complementary Color

#ffc6da #c6ffeb

#ffc6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc6da Color CSS Codes

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

#ffc6da Text Font Color

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

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


#ffc6da Background Color

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

This div background color is #ffc6da


#ffc6da Border Color

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

This div border color is #ffc6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc6da

Related Colors


Comments

No comments written yet.

Please login to write comment.