Color Hex Logo

#ffc9db Color Hex

#FFC9DB
(255,201,219)
0 Favorites   0 Comments

Color spaces of #ffc9db

RGB 255201219
HSL0.941.000.89
HSV340°21°100°
CMYK 0.000.210.14   0.00
XYZ74.912868.147876.2233
Yxy68.14780.34160.3108
Hunter Lab82.551717.51713.0413
CIE-Lab86.080321.8575-1.5843

#ffc9db color RGB value is (255,201,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 11011011
Octal 377 311 333
Decimal 255 201 219
Hex FF C9 DB

RGB Percentages of Color #ffc9db

%37.78
%29.78
%32.44

CMYK Percentages of Color #ffc9db

%0
%21
%14
%0

Triadic Colors of #ffc9db

#ffc9db #dbffc9 #c9dbff

Analogous Colors of #ffc9db

#ffc9db #ffd2c9 #ffc9f6

Monochromatic Colors of #ffc9db

#ffc9db

Complementary Color

#ffc9db #c9ffed

#ffc9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc9db Color CSS Codes

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

#ffc9db Text Font Color

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

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


#ffc9db Background Color

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

This div background color is #ffc9db


#ffc9db Border Color

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

This div border color is #ffc9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc9db

Related Colors


Comments

No comments written yet.

Please login to write comment.