Color spaces of #fcbbd1
RGB | 252 | 187 | 209 |
---|---|---|---|
HSL | 0.94 | 0.92 | 0.86 |
HSV | 340° | 26° | 99° |
CMYK | 0.00 | 0.26 | 0.17 0.01 |
XYZ | 69.4238 | 60.8395 | 68.4058 |
Yxy | 60.8395 | 0.3494 | 0.3062 |
Hunter Lab | 77.9997 | 22.3749 | 2.6024 |
CIE-Lab | 82.2924 | 26.6170 | -1.8239 |
#fcbbd1 color RGB value is (252,187,209).
#fcbbd1 hex color red value is 252, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fcbbd1 hue: 0.94 , saturation: 0.92 and the lightness value of fcbbd1 is 0.86.
The process color (four color CMYK) of #fcbbd1 color hex is 0.00, 0.26, 0.17, 0.01. Web safe color of #fcbbd1 is #ffcccc. Color #fcbbd1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111011 | 11010001 |
Octal | 374 | 273 | 321 |
Decimal | 252 | 187 | 209 |
Hex | FC | BB | D1 |
Shades of #fcbbd1
Tints of #fcbbd1
RGB Percentages of Color #fcbbd1
CMYK Percentages of Color #fcbbd1
Complementary Color
#fcbbd1 | #bbfce6 |
#fcbbd1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbbd1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbbd1 Color CSS Codes
.mybgcolor {background-color:#fcbbd1; } .myforecolor {color:#fcbbd1; } .mybordercolor {border:3px solid #fcbbd1; }
#fcbbd1 Text Font Color
<p style="color:#fcbbd1">Text here</p>
This sample text font color is #fcbbd1
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.
#fcbbd1 Background Color
<div style="background-color:#fcbbd1">
Div content here</div>
This div background color is #fcbbd1
#fcbbd1 Border Color
<div style="border:3px solid #fcbbd1">
Div here</div>
This div border color is #fcbbd1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,187,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbbd1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbbd1; -webkit-box-shadow: 1px 1px 3px 2px #fcbbd1; box-shadow: 1px 1px 3px 2px #fcbbd1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,187,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbbd1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbbd1; -webkit-box-shadow: 1px 1px 3px 2px #fcbbd1; box-shadow: 1px 1px 3px 2px #fcbbd1;">
Div content here</div>
This div box has shadow with color #fcbbd1
Comments
No comments written yet.
Please login to write comment.