Color Hex Logo

#ffc9cd Color Hex

#FFC9CD
(255,201,205)
0 Favorites   0 Comments

Color spaces of #ffc9cd

RGB 255201205
HSL0.991.000.89
HSV356°21°100°
CMYK 0.000.210.20   0.00
XYZ73.146167.441166.9198
Yxy67.44110.35250.3250
Hunter Lab82.122515.27469.1717
CIE-Lab85.726219.72415.3459

#ffc9cd color RGB value is (255,201,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 11001101
Octal 377 311 315
Decimal 255 201 205
Hex FF C9 CD

RGB Percentages of Color #ffc9cd

%38.58
%30.41
%31.01

CMYK Percentages of Color #ffc9cd

%0
%21
%20
%0

Triadic Colors of #ffc9cd

#ffc9cd #cdffc9 #c9cdff

Analogous Colors of #ffc9cd

#ffc9cd #ffe0c9 #ffc9e8

Monochromatic Colors of #ffc9cd

#ffc9cd

Complementary Color

#ffc9cd #c9fffb

#ffc9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc9cd Color CSS Codes

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

#ffc9cd Text Font Color

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

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


#ffc9cd Background Color

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

This div background color is #ffc9cd


#ffc9cd Border Color

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

This div border color is #ffc9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc9cd

Related Colors


Comments

No comments written yet.

Please login to write comment.