Color Hex Logo

#ffc9d6 Color Hex

#FFC9D6
(255,201,214)
0 Favorites   0 Comments

Color spaces of #ffc9d6

RGB 255201214
HSL0.961.000.89
HSV346°21°100°
CMYK 0.000.210.16   0.00
XYZ74.264267.888372.8079
Yxy67.88830.34550.3158
Hunter Lab82.394416.69665.2843
CIE-Lab85.950621.07990.8850

#ffc9d6 color RGB value is (255,201,214).

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

The process color (four color CMYK) of #ffc9d6 color hex is 0.00, 0.21, 0.16, 0.00. Web safe color of #ffc9d6 is #ffcccc. Color #ffc9d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 11010110
Octal 377 311 326
Decimal 255 201 214
Hex FF C9 D6

RGB Percentages of Color #ffc9d6

%38.06
%30.00
%31.94

CMYK Percentages of Color #ffc9d6

%0
%21
%16
%0

Triadic Colors of #ffc9d6

#ffc9d6 #d6ffc9 #c9d6ff

Analogous Colors of #ffc9d6

#ffc9d6 #ffd7c9 #ffc9f1

Monochromatic Colors of #ffc9d6

#ffc9d6

Complementary Color

#ffc9d6 #c9fff2

#ffc9d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc9d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc9d6 Color CSS Codes

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

#ffc9d6 Text Font Color

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

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


#ffc9d6 Background Color

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

This div background color is #ffc9d6


#ffc9d6 Border Color

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

This div border color is #ffc9d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc9d6

Related Colors

#ffc9d6 Color Palettes


Comments

No comments written yet.

Please login to write comment.