Color spaces of #fbede1
RGB | 251 | 237 | 225 |
---|---|---|---|
HSL | 0.08 | 0.76 | 0.93 |
HSV | 28° | 10° | 98° |
CMYK | 0.00 | 0.06 | 0.10 0.02 |
XYZ | 83.6585 | 86.5138 | 83.5237 |
Yxy | 86.5138 | 0.3298 | 0.3410 |
Hunter Lab | 93.0128 | -2.2241 | 11.8677 |
CIE-Lab | 94.5316 | 2.7454 | 7.4893 |
#fbede1 color RGB value is (251,237,225).
#fbede1 hex color red value is 251, green value is 237 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fbede1 hue: 0.08 , saturation: 0.76 and the lightness value of fbede1 is 0.93.
The process color (four color CMYK) of #fbede1 color hex is 0.00, 0.06, 0.10, 0.02. Web safe color of #fbede1 is #ffffcc. Color #fbede1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101101 | 11100001 |
Octal | 373 | 355 | 341 |
Decimal | 251 | 237 | 225 |
Hex | FB | ED | E1 |
Shades of #fbede1
Tints of #fbede1
RGB Percentages of Color #fbede1
CMYK Percentages of Color #fbede1
Complementary Color
#fbede1 | #e1effb |
#fbede1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbede1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbede1 Color CSS Codes
.mybgcolor {background-color:#fbede1; } .myforecolor {color:#fbede1; } .mybordercolor {border:3px solid #fbede1; }
#fbede1 Text Font Color
<p style="color:#fbede1">Text here</p>
This sample text font color is #fbede1
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.
#fbede1 Background Color
<div style="background-color:#fbede1">
Div content here</div>
This div background color is #fbede1
#fbede1 Border Color
<div style="border:3px solid #fbede1">
Div here</div>
This div border color is #fbede1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,237,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbede1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbede1; -webkit-box-shadow: 1px 1px 3px 2px #fbede1; box-shadow: 1px 1px 3px 2px #fbede1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,237,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbede1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbede1; -webkit-box-shadow: 1px 1px 3px 2px #fbede1; box-shadow: 1px 1px 3px 2px #fbede1;">
Div content here</div>
This div box has shadow with color #fbede1
Comments
No comments written yet.
Please login to write comment.