Color spaces of #fbecaf
RGB | 251 | 236 | 175 |
---|---|---|---|
HSL | 0.13 | 0.90 | 0.84 |
HSV | 48° | 30° | 98° |
CMYK | 0.00 | 0.06 | 0.30 0.02 |
XYZ | 77.5170 | 83.5953 | 52.6074 |
Yxy | 83.5953 | 0.3627 | 0.3911 |
Hunter Lab | 91.4305 | -8.6666 | 29.8870 |
CIE-Lab | 93.2744 | -3.8607 | 31.4671 |
#fbecaf color RGB value is (251,236,175).
#fbecaf hex color red value is 251, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fbecaf hue: 0.13 , saturation: 0.90 and the lightness value of fbecaf is 0.84.
The process color (four color CMYK) of #fbecaf color hex is 0.00, 0.06, 0.30, 0.02. Web safe color of #fbecaf is #ffff99. Color #fbecaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101100 | 10101111 |
Octal | 373 | 354 | 257 |
Decimal | 251 | 236 | 175 |
Hex | FB | EC | AF |
Shades of #fbecaf
Tints of #fbecaf
RGB Percentages of Color #fbecaf
CMYK Percentages of Color #fbecaf
Complementary Color
#fbecaf | #afbefb |
#fbecaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbecaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbecaf Color CSS Codes
.mybgcolor {background-color:#fbecaf; } .myforecolor {color:#fbecaf; } .mybordercolor {border:3px solid #fbecaf; }
#fbecaf Text Font Color
<p style="color:#fbecaf">Text here</p>
This sample text font color is #fbecaf
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.
#fbecaf Background Color
<div style="background-color:#fbecaf">
Div content here</div>
This div background color is #fbecaf
#fbecaf Border Color
<div style="border:3px solid #fbecaf">
Div here</div>
This div border color is #fbecaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,236,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbecaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbecaf; -webkit-box-shadow: 1px 1px 3px 2px #fbecaf; box-shadow: 1px 1px 3px 2px #fbecaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,236,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbecaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbecaf; -webkit-box-shadow: 1px 1px 3px 2px #fbecaf; box-shadow: 1px 1px 3px 2px #fbecaf;">
Div content here</div>
This div box has shadow with color #fbecaf
Comments
No comments written yet.
Please login to write comment.