Color spaces of #fcb8bb
RGB | 252 | 184 | 187 |
---|---|---|---|
HSL | 0.99 | 0.92 | 0.85 |
HSV | 357° | 27° | 99° |
CMYK | 0.00 | 0.27 | 0.26 0.01 |
XYZ | 66.2550 | 58.5643 | 54.8257 |
Yxy | 58.5643 | 0.3688 | 0.3260 |
Hunter Lab | 76.5273 | 20.6170 | 11.0926 |
CIE-Lab | 81.0515 | 25.0075 | 8.2175 |
#fcb8bb color RGB value is (252,184,187).
#fcb8bb hex color red value is 252, green value is 184 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcb8bb hue: 0.99 , saturation: 0.92 and the lightness value of fcb8bb is 0.85.
The process color (four color CMYK) of #fcb8bb color hex is 0.00, 0.27, 0.26, 0.01. Web safe color of #fcb8bb is #ffcccc. Color #fcb8bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111000 | 10111011 |
Octal | 374 | 270 | 273 |
Decimal | 252 | 184 | 187 |
Hex | FC | B8 | BB |
Shades of #fcb8bb
Tints of #fcb8bb
RGB Percentages of Color #fcb8bb
CMYK Percentages of Color #fcb8bb
Complementary Color
#fcb8bb | #b8fcf9 |
#fcb8bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb8bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb8bb Color CSS Codes
.mybgcolor {background-color:#fcb8bb; } .myforecolor {color:#fcb8bb; } .mybordercolor {border:3px solid #fcb8bb; }
#fcb8bb Text Font Color
<p style="color:#fcb8bb">Text here</p>
This sample text font color is #fcb8bb
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.
#fcb8bb Background Color
<div style="background-color:#fcb8bb">
Div content here</div>
This div background color is #fcb8bb
#fcb8bb Border Color
<div style="border:3px solid #fcb8bb">
Div here</div>
This div border color is #fcb8bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,184,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb8bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb8bb; -webkit-box-shadow: 1px 1px 3px 2px #fcb8bb; box-shadow: 1px 1px 3px 2px #fcb8bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,184,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb8bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb8bb; -webkit-box-shadow: 1px 1px 3px 2px #fcb8bb; box-shadow: 1px 1px 3px 2px #fcb8bb;">
Div content here</div>
This div box has shadow with color #fcb8bb
Comments
No comments written yet.
Please login to write comment.