Color spaces of #fcbccb
RGB | 252 | 188 | 203 |
---|---|---|---|
HSL | 0.96 | 0.91 | 0.86 |
HSV | 346° | 25° | 99° |
CMYK | 0.00 | 0.25 | 0.19 0.01 |
XYZ | 68.9076 | 60.9737 | 64.6372 |
Yxy | 60.9737 | 0.3542 | 0.3135 |
Hunter Lab | 78.0857 | 20.8695 | 5.5813 |
CIE-Lab | 82.3646 | 25.1869 | 1.5058 |
#fcbccb color RGB value is (252,188,203).
#fcbccb hex color red value is 252, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fcbccb hue: 0.96 , saturation: 0.91 and the lightness value of fcbccb is 0.86.
The process color (four color CMYK) of #fcbccb color hex is 0.00, 0.25, 0.19, 0.01. Web safe color of #fcbccb is #ffcccc. Color #fcbccb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111100 | 11001011 |
Octal | 374 | 274 | 313 |
Decimal | 252 | 188 | 203 |
Hex | FC | BC | CB |
Shades of #fcbccb
Tints of #fcbccb
RGB Percentages of Color #fcbccb
CMYK Percentages of Color #fcbccb
Complementary Color
#fcbccb | #bcfced |
#fcbccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbccb Color CSS Codes
.mybgcolor {background-color:#fcbccb; } .myforecolor {color:#fcbccb; } .mybordercolor {border:3px solid #fcbccb; }
#fcbccb Text Font Color
<p style="color:#fcbccb">Text here</p>
This sample text font color is #fcbccb
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.
#fcbccb Background Color
<div style="background-color:#fcbccb">
Div content here</div>
This div background color is #fcbccb
#fcbccb Border Color
<div style="border:3px solid #fcbccb">
Div here</div>
This div border color is #fcbccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,188,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbccb; -webkit-box-shadow: 1px 1px 3px 2px #fcbccb; box-shadow: 1px 1px 3px 2px #fcbccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,188,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbccb; -webkit-box-shadow: 1px 1px 3px 2px #fcbccb; box-shadow: 1px 1px 3px 2px #fcbccb;">
Div content here</div>
This div box has shadow with color #fcbccb
Comments
No comments written yet.
Please login to write comment.