Color spaces of #fffbc1
RGB | 255 | 251 | 193 |
---|---|---|---|
HSL | 0.16 | 1.00 | 0.88 |
HSV | 56° | 24° | 100° |
CMYK | 0.00 | 0.02 | 0.24 0.00 |
XYZ | 85.3628 | 94.1046 | 64.1170 |
Yxy | 94.1046 | 0.3504 | 0.3863 |
Hunter Lab | 97.0075 | -12.6902 | 28.7176 |
CIE-Lab | 97.6741 | -7.5679 | 28.3537 |
#fffbc1 color RGB value is (255,251,193).
#fffbc1 hex color red value is 255, green value is 251 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fffbc1 hue: 0.16 , saturation: 1.00 and the lightness value of fffbc1 is 0.88.
The process color (four color CMYK) of #fffbc1 color hex is 0.00, 0.02, 0.24, 0.00. Web safe color of #fffbc1 is #ffffcc. Color #fffbc1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111011 | 11000001 |
Octal | 377 | 373 | 301 |
Decimal | 255 | 251 | 193 |
Hex | FF | FB | C1 |
Shades of #fffbc1
Tints of #fffbc1
RGB Percentages of Color #fffbc1
CMYK Percentages of Color #fffbc1
Complementary Color
#fffbc1 | #c1c5ff |
#fffbc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffbc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffbc1 Color CSS Codes
.mybgcolor {background-color:#fffbc1; } .myforecolor {color:#fffbc1; } .mybordercolor {border:3px solid #fffbc1; }
#fffbc1 Text Font Color
<p style="color:#fffbc1">Text here</p>
This sample text font color is #fffbc1
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.
#fffbc1 Background Color
<div style="background-color:#fffbc1">
Div content here</div>
This div background color is #fffbc1
#fffbc1 Border Color
<div style="border:3px solid #fffbc1">
Div here</div>
This div border color is #fffbc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,251,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffbc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffbc1; -webkit-box-shadow: 1px 1px 3px 2px #fffbc1; box-shadow: 1px 1px 3px 2px #fffbc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,251,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffbc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffbc1; -webkit-box-shadow: 1px 1px 3px 2px #fffbc1; box-shadow: 1px 1px 3px 2px #fffbc1;">
Div content here</div>
This div box has shadow with color #fffbc1
Comments
No comments written yet.
Please login to write comment.