Color spaces of #ffc9d6
RGB | 255 | 201 | 214 |
---|---|---|---|
HSL | 0.96 | 1.00 | 0.89 |
HSV | 346° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.16 0.00 |
XYZ | 74.2642 | 67.8883 | 72.8079 |
Yxy | 67.8883 | 0.3455 | 0.3158 |
Hunter Lab | 82.3944 | 16.6966 | 5.2843 |
CIE-Lab | 85.9506 | 21.0799 | 0.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001001 | 11010110 |
Octal | 377 | 311 | 326 |
Decimal | 255 | 201 | 214 |
Hex | FF | C9 | D6 |
Shades of #ffc9d6
Tints of #ffc9d6
RGB Percentages of Color #ffc9d6
CMYK Percentages of Color #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
#ffc9d6 Color Palettes
Comments
No comments written yet.
Please login to write comment.