Color spaces of #fbbfc3
RGB | 251 | 191 | 195 |
---|---|---|---|
HSL | 0.99 | 0.88 | 0.87 |
HSV | 356° | 24° | 98° |
CMYK | 0.00 | 0.24 | 0.22 0.02 |
XYZ | 68.2648 | 61.7110 | 59.9432 |
Yxy | 61.7110 | 0.3594 | 0.3249 |
Hunter Lab | 78.5563 | 17.6414 | 9.7476 |
CIE-Lab | 82.7595 | 22.0837 | 6.3583 |
#fbbfc3 color RGB value is (251,191,195).
#fbbfc3 hex color red value is 251, green value is 191 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fbbfc3 hue: 0.99 , saturation: 0.88 and the lightness value of fbbfc3 is 0.87.
The process color (four color CMYK) of #fbbfc3 color hex is 0.00, 0.24, 0.22, 0.02. Web safe color of #fbbfc3 is #ffcccc. Color #fbbfc3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111111 | 11000011 |
Octal | 373 | 277 | 303 |
Decimal | 251 | 191 | 195 |
Hex | FB | BF | C3 |
Shades of #fbbfc3
Tints of #fbbfc3
RGB Percentages of Color #fbbfc3
CMYK Percentages of Color #fbbfc3
Complementary Color
#fbbfc3 | #bffbf7 |
#fbbfc3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbfc3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbfc3 Color CSS Codes
.mybgcolor {background-color:#fbbfc3; } .myforecolor {color:#fbbfc3; } .mybordercolor {border:3px solid #fbbfc3; }
#fbbfc3 Text Font Color
<p style="color:#fbbfc3">Text here</p>
This sample text font color is #fbbfc3
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.
#fbbfc3 Background Color
<div style="background-color:#fbbfc3">
Div content here</div>
This div background color is #fbbfc3
#fbbfc3 Border Color
<div style="border:3px solid #fbbfc3">
Div here</div>
This div border color is #fbbfc3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,191,195, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbfc3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbfc3; -webkit-box-shadow: 1px 1px 3px 2px #fbbfc3; box-shadow: 1px 1px 3px 2px #fbbfc3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,191,195, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbfc3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbfc3; -webkit-box-shadow: 1px 1px 3px 2px #fbbfc3; box-shadow: 1px 1px 3px 2px #fbbfc3;">
Div content here</div>
This div box has shadow with color #fbbfc3
Comments
No comments written yet.
Please login to write comment.