Color spaces of #fccbda
RGB | 252 | 203 | 218 |
---|---|---|---|
HSL | 0.95 | 0.89 | 0.89 |
HSV | 342° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.13 0.01 |
XYZ | 74.1557 | 68.4693 | 75.6371 |
Yxy | 68.4693 | 0.3398 | 0.3137 |
Hunter Lab | 82.7462 | 15.1628 | 3.7262 |
CIE-Lab | 86.2406 | 19.6055 | -0.8516 |
#fccbda color RGB value is (252,203,218).
#fccbda hex color red value is 252, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fccbda hue: 0.95 , saturation: 0.89 and the lightness value of fccbda is 0.89.
The process color (four color CMYK) of #fccbda color hex is 0.00, 0.19, 0.13, 0.01. Web safe color of #fccbda is #ffcccc. Color #fccbda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001011 | 11011010 |
Octal | 374 | 313 | 332 |
Decimal | 252 | 203 | 218 |
Hex | FC | CB | DA |
Shades of #fccbda
Tints of #fccbda
RGB Percentages of Color #fccbda
CMYK Percentages of Color #fccbda
Complementary Color
#fccbda | #cbfced |
#fccbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccbda Color CSS Codes
.mybgcolor {background-color:#fccbda; } .myforecolor {color:#fccbda; } .mybordercolor {border:3px solid #fccbda; }
#fccbda Text Font Color
<p style="color:#fccbda">Text here</p>
This sample text font color is #fccbda
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.
#fccbda Background Color
<div style="background-color:#fccbda">
Div content here</div>
This div background color is #fccbda
#fccbda Border Color
<div style="border:3px solid #fccbda">
Div here</div>
This div border color is #fccbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccbda; -webkit-box-shadow: 1px 1px 3px 2px #fccbda; box-shadow: 1px 1px 3px 2px #fccbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,203,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccbda; -webkit-box-shadow: 1px 1px 3px 2px #fccbda; box-shadow: 1px 1px 3px 2px #fccbda;">
Div content here</div>
This div box has shadow with color #fccbda
Comments
No comments written yet.
Please login to write comment.