Color spaces of #ffc2bc
RGB | 255 | 194 | 188 |
---|---|---|---|
HSL | 0.01 | 1.00 | 0.87 |
HSV | 5° | 26° | 100° |
CMYK | 0.00 | 0.24 | 0.26 0.00 |
XYZ | 69.6089 | 63.4744 | 56.1600 |
Yxy | 63.4744 | 0.3678 | 0.3354 |
Hunter Lab | 79.6708 | 16.5326 | 13.9760 |
CIE-Lab | 83.6914 | 20.9868 | 11.4886 |
#ffc2bc color RGB value is (255,194,188).
#ffc2bc hex color red value is 255, green value is 194 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ffc2bc hue: 0.01 , saturation: 1.00 and the lightness value of ffc2bc is 0.87.
The process color (four color CMYK) of #ffc2bc color hex is 0.00, 0.24, 0.26, 0.00. Web safe color of #ffc2bc is #ffcccc. Color #ffc2bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000010 | 10111100 |
Octal | 377 | 302 | 274 |
Decimal | 255 | 194 | 188 |
Hex | FF | C2 | BC |
Shades of #ffc2bc
Tints of #ffc2bc
RGB Percentages of Color #ffc2bc
CMYK Percentages of Color #ffc2bc
Complementary Color
#ffc2bc | #bcf9ff |
#ffc2bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc2bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc2bc Color CSS Codes
.mybgcolor {background-color:#ffc2bc; } .myforecolor {color:#ffc2bc; } .mybordercolor {border:3px solid #ffc2bc; }
#ffc2bc Text Font Color
<p style="color:#ffc2bc">Text here</p>
This sample text font color is #ffc2bc
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.
#ffc2bc Background Color
<div style="background-color:#ffc2bc">
Div content here</div>
This div background color is #ffc2bc
#ffc2bc Border Color
<div style="border:3px solid #ffc2bc">
Div here</div>
This div border color is #ffc2bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,194,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc2bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc2bc; -webkit-box-shadow: 1px 1px 3px 2px #ffc2bc; box-shadow: 1px 1px 3px 2px #ffc2bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,194,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc2bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc2bc; -webkit-box-shadow: 1px 1px 3px 2px #ffc2bc; box-shadow: 1px 1px 3px 2px #ffc2bc;">
Div content here</div>
This div box has shadow with color #ffc2bc
Related Colors
#ffc2bc Color Palettes
Comments
No comments written yet.
Please login to write comment.