Color spaces of #fffbef
RGB | 255 | 251 | 239 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.97 |
HSV | 45° | 6° | 100° |
CMYK | 0.00 | 0.02 | 0.06 0.00 |
XYZ | 91.3172 | 96.4864 | 95.4722 |
Yxy | 96.4864 | 0.3224 | 0.3406 |
Hunter Lab | 98.2275 | -5.9556 | 11.1323 |
CIE-Lab | 98.6252 | -0.7018 | 6.2030 |
#fffbef color RGB value is (255,251,239).
#fffbef hex color red value is 255, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fffbef hue: 0.13 , saturation: 1.00 and the lightness value of fffbef is 0.97.
The process color (four color CMYK) of #fffbef color hex is 0.00, 0.02, 0.06, 0.00. Web safe color of #fffbef is #ffffff. Color #fffbef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111011 | 11101111 |
Octal | 377 | 373 | 357 |
Decimal | 255 | 251 | 239 |
Hex | FF | FB | EF |
Shades of #fffbef
Tints of #fffbef
RGB Percentages of Color #fffbef
CMYK Percentages of Color #fffbef
Complementary Color
#fffbef | #eff3ff |
#fffbef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffbef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffbef Color CSS Codes
.mybgcolor {background-color:#fffbef; } .myforecolor {color:#fffbef; } .mybordercolor {border:3px solid #fffbef; }
#fffbef Text Font Color
<p style="color:#fffbef">Text here</p>
This sample text font color is #fffbef
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.
#fffbef Background Color
<div style="background-color:#fffbef">
Div content here</div>
This div background color is #fffbef
#fffbef Border Color
<div style="border:3px solid #fffbef">
Div here</div>
This div border color is #fffbef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,251,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffbef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffbef; -webkit-box-shadow: 1px 1px 3px 2px #fffbef; box-shadow: 1px 1px 3px 2px #fffbef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,251,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffbef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffbef; -webkit-box-shadow: 1px 1px 3px 2px #fffbef; box-shadow: 1px 1px 3px 2px #fffbef;">
Div content here</div>
This div box has shadow with color #fffbef
#fffbef Color Palettes
Comments
No comments written yet.
Please login to write comment.