Color spaces of #fbefe0
RGB | 251 | 239 | 224 |
---|---|---|---|
HSL | 0.09 | 0.77 | 0.93 |
HSV | 33° | 11° | 98° |
CMYK | 0.00 | 0.05 | 0.11 0.02 |
XYZ | 84.1047 | 87.6241 | 83.0013 |
Yxy | 87.6241 | 0.3302 | 0.3440 |
Hunter Lab | 93.6077 | -3.4348 | 12.9534 |
CIE-Lab | 95.0024 | 1.5663 | 8.6836 |
#fbefe0 color RGB value is (251,239,224).
#fbefe0 hex color red value is 251, green value is 239 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fbefe0 hue: 0.09 , saturation: 0.77 and the lightness value of fbefe0 is 0.93.
The process color (four color CMYK) of #fbefe0 color hex is 0.00, 0.05, 0.11, 0.02. Web safe color of #fbefe0 is #ffffcc. Color #fbefe0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101111 | 11100000 |
Octal | 373 | 357 | 340 |
Decimal | 251 | 239 | 224 |
Hex | FB | EF | E0 |
Shades of #fbefe0
Tints of #fbefe0
RGB Percentages of Color #fbefe0
CMYK Percentages of Color #fbefe0
Complementary Color
#fbefe0 | #e0ecfb |
#fbefe0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbefe0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbefe0 Color CSS Codes
.mybgcolor {background-color:#fbefe0; } .myforecolor {color:#fbefe0; } .mybordercolor {border:3px solid #fbefe0; }
#fbefe0 Text Font Color
<p style="color:#fbefe0">Text here</p>
This sample text font color is #fbefe0
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.
#fbefe0 Background Color
<div style="background-color:#fbefe0">
Div content here</div>
This div background color is #fbefe0
#fbefe0 Border Color
<div style="border:3px solid #fbefe0">
Div here</div>
This div border color is #fbefe0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,239,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbefe0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbefe0; -webkit-box-shadow: 1px 1px 3px 2px #fbefe0; box-shadow: 1px 1px 3px 2px #fbefe0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,239,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbefe0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbefe0; -webkit-box-shadow: 1px 1px 3px 2px #fbefe0; box-shadow: 1px 1px 3px 2px #fbefe0;">
Div content here</div>
This div box has shadow with color #fbefe0
Comments
No comments written yet.
Please login to write comment.