Color spaces of #f18ccd
RGB | 241 | 140 | 205 |
---|---|---|---|
HSL | 0.89 | 0.78 | 0.75 |
HSV | 321° | 42° | 95° |
CMYK | 0.00 | 0.42 | 0.15 0.05 |
XYZ | 56.6732 | 41.8647 | 62.8513 |
Yxy | 41.8647 | 0.3512 | 0.2594 |
Hunter Lab | 64.7029 | 43.1177 | -12.3012 |
CIE-Lab | 70.7775 | 46.7983 | -16.9093 |
#f18ccd color RGB value is (241,140,205).
#f18ccd hex color red value is 241, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f18ccd hue: 0.89 , saturation: 0.78 and the lightness value of f18ccd is 0.75.
The process color (four color CMYK) of #f18ccd color hex is 0.00, 0.42, 0.15, 0.05. Web safe color of #f18ccd is #ff99cc. Color #f18ccd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10001100 | 11001101 |
Octal | 361 | 214 | 315 |
Decimal | 241 | 140 | 205 |
Hex | F1 | 8C | CD |
Shades of #f18ccd
Tints of #f18ccd
RGB Percentages of Color #f18ccd
CMYK Percentages of Color #f18ccd
Complementary Color
#f18ccd | #8cf1b0 |
#f18ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f18ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f18ccd Color CSS Codes
.mybgcolor {background-color:#f18ccd; } .myforecolor {color:#f18ccd; } .mybordercolor {border:3px solid #f18ccd; }
#f18ccd Text Font Color
<p style="color:#f18ccd">Text here</p>
This sample text font color is #f18ccd
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.
#f18ccd Background Color
<div style="background-color:#f18ccd">
Div content here</div>
This div background color is #f18ccd
#f18ccd Border Color
<div style="border:3px solid #f18ccd">
Div here</div>
This div border color is #f18ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,140,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f18ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f18ccd; -webkit-box-shadow: 1px 1px 3px 2px #f18ccd; box-shadow: 1px 1px 3px 2px #f18ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,140,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 #f18ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f18ccd; -webkit-box-shadow: 1px 1px 3px 2px #f18ccd; box-shadow: 1px 1px 3px 2px #f18ccd;">
Div content here</div>
This div box has shadow with color #f18ccd
Comments
No comments written yet.
Please login to write comment.