Color spaces of #fdfbbc
RGB | 253 | 251 | 188 |
---|---|---|---|
HSL | 0.16 | 0.94 | 0.86 |
HSV | 58° | 26° | 99° |
CMYK | 0.00 | 0.01 | 0.26 0.01 |
XYZ | 84.0823 | 93.5078 | 61.1942 |
Yxy | 93.5078 | 0.3521 | 0.3916 |
Hunter Lab | 96.6994 | -14.0143 | 30.1692 |
CIE-Lab | 97.4333 | -8.9542 | 30.5255 |
#fdfbbc color RGB value is (253,251,188).
#fdfbbc hex color red value is 253, green value is 251 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fdfbbc hue: 0.16 , saturation: 0.94 and the lightness value of fdfbbc is 0.86.
The process color (four color CMYK) of #fdfbbc color hex is 0.00, 0.01, 0.26, 0.01. Web safe color of #fdfbbc is #ffffcc. Color #fdfbbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111011 | 10111100 |
Octal | 375 | 373 | 274 |
Decimal | 253 | 251 | 188 |
Hex | FD | FB | BC |
Shades of #fdfbbc
Tints of #fdfbbc
RGB Percentages of Color #fdfbbc
CMYK Percentages of Color #fdfbbc
Complementary Color
#fdfbbc | #bcbefd |
#fdfbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfbbc Color CSS Codes
.mybgcolor {background-color:#fdfbbc; } .myforecolor {color:#fdfbbc; } .mybordercolor {border:3px solid #fdfbbc; }
#fdfbbc Text Font Color
<p style="color:#fdfbbc">Text here</p>
This sample text font color is #fdfbbc
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.
#fdfbbc Background Color
<div style="background-color:#fdfbbc">
Div content here</div>
This div background color is #fdfbbc
#fdfbbc Border Color
<div style="border:3px solid #fdfbbc">
Div here</div>
This div border color is #fdfbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,251,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfbbc; -webkit-box-shadow: 1px 1px 3px 2px #fdfbbc; box-shadow: 1px 1px 3px 2px #fdfbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,251,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdfbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfbbc; -webkit-box-shadow: 1px 1px 3px 2px #fdfbbc; box-shadow: 1px 1px 3px 2px #fdfbbc;">
Div content here</div>
This div box has shadow with color #fdfbbc
Comments
No comments written yet.
Please login to write comment.