Color spaces of #fbcfb5
RGB | 251 | 207 | 181 |
---|---|---|---|
HSL | 0.06 | 0.90 | 0.85 |
HSV | 22° | 28° | 98° |
CMYK | 0.00 | 0.18 | 0.28 0.02 |
XYZ | 70.4370 | 68.4711 | 53.2199 |
Yxy | 68.4711 | 0.3666 | 0.3564 |
Hunter Lab | 82.7473 | 7.1369 | 19.7900 |
CIE-Lab | 86.2415 | 11.7751 | 18.7346 |
#fbcfb5 color RGB value is (251,207,181).
#fbcfb5 hex color red value is 251, green value is 207 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fbcfb5 hue: 0.06 , saturation: 0.90 and the lightness value of fbcfb5 is 0.85.
The process color (four color CMYK) of #fbcfb5 color hex is 0.00, 0.18, 0.28, 0.02. Web safe color of #fbcfb5 is #ffcccc. Color #fbcfb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001111 | 10110101 |
Octal | 373 | 317 | 265 |
Decimal | 251 | 207 | 181 |
Hex | FB | CF | B5 |
Shades of #fbcfb5
Tints of #fbcfb5
RGB Percentages of Color #fbcfb5
CMYK Percentages of Color #fbcfb5
Complementary Color
#fbcfb5 | #b5e1fb |
#fbcfb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcfb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcfb5 Color CSS Codes
.mybgcolor {background-color:#fbcfb5; } .myforecolor {color:#fbcfb5; } .mybordercolor {border:3px solid #fbcfb5; }
#fbcfb5 Text Font Color
<p style="color:#fbcfb5">Text here</p>
This sample text font color is #fbcfb5
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.
#fbcfb5 Background Color
<div style="background-color:#fbcfb5">
Div content here</div>
This div background color is #fbcfb5
#fbcfb5 Border Color
<div style="border:3px solid #fbcfb5">
Div here</div>
This div border color is #fbcfb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,207,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcfb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcfb5; -webkit-box-shadow: 1px 1px 3px 2px #fbcfb5; box-shadow: 1px 1px 3px 2px #fbcfb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,207,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcfb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcfb5; -webkit-box-shadow: 1px 1px 3px 2px #fbcfb5; box-shadow: 1px 1px 3px 2px #fbcfb5;">
Div content here</div>
This div box has shadow with color #fbcfb5
Comments
No comments written yet.
Please login to write comment.