Color spaces of #fbeede
RGB | 251 | 238 | 222 |
---|---|---|---|
HSL | 0.09 | 0.78 | 0.93 |
HSV | 33° | 12° | 98° |
CMYK | 0.00 | 0.05 | 0.12 0.02 |
XYZ | 83.5430 | 86.9322 | 81.4836 |
Yxy | 86.9322 | 0.3316 | 0.3450 |
Hunter Lab | 93.2374 | -3.2252 | 13.4505 |
CIE-Lab | 94.7095 | 1.7580 | 9.2990 |
#fbeede color RGB value is (251,238,222).
#fbeede hex color red value is 251, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fbeede hue: 0.09 , saturation: 0.78 and the lightness value of fbeede is 0.93.
The process color (four color CMYK) of #fbeede color hex is 0.00, 0.05, 0.12, 0.02. Web safe color of #fbeede is #ffffcc. Color #fbeede contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101110 | 11011110 |
Octal | 373 | 356 | 336 |
Decimal | 251 | 238 | 222 |
Hex | FB | EE | DE |
Shades of #fbeede
Tints of #fbeede
RGB Percentages of Color #fbeede
CMYK Percentages of Color #fbeede
Complementary Color
#fbeede | #deebfb |
#fbeede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbeede Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbeede Color CSS Codes
.mybgcolor {background-color:#fbeede; } .myforecolor {color:#fbeede; } .mybordercolor {border:3px solid #fbeede; }
#fbeede Text Font Color
<p style="color:#fbeede">Text here</p>
This sample text font color is #fbeede
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.
#fbeede Background Color
<div style="background-color:#fbeede">
Div content here</div>
This div background color is #fbeede
#fbeede Border Color
<div style="border:3px solid #fbeede">
Div here</div>
This div border color is #fbeede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,238,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbeede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbeede; -webkit-box-shadow: 1px 1px 3px 2px #fbeede; box-shadow: 1px 1px 3px 2px #fbeede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,238,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbeede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbeede; -webkit-box-shadow: 1px 1px 3px 2px #fbeede; box-shadow: 1px 1px 3px 2px #fbeede;">
Div content here</div>
This div box has shadow with color #fbeede
#fbeede Color Palettes
Comments
No comments written yet.
Please login to write comment.