Color spaces of #fbeaef
RGB | 251 | 234 | 239 |
---|---|---|---|
HSL | 0.95 | 0.68 | 0.95 |
HSV | 342° | 7° | 98° |
CMYK | 0.00 | 0.07 | 0.05 0.02 |
XYZ | 84.7865 | 85.5869 | 93.7125 |
Yxy | 85.5869 | 0.3211 | 0.3241 |
Hunter Lab | 92.5132 | 1.6936 | 4.7006 |
CIE-Lab | 94.1354 | 6.5970 | -0.3545 |
#fbeaef color RGB value is (251,234,239).
#fbeaef hex color red value is 251, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fbeaef hue: 0.95 , saturation: 0.68 and the lightness value of fbeaef is 0.95.
The process color (four color CMYK) of #fbeaef color hex is 0.00, 0.07, 0.05, 0.02. Web safe color of #fbeaef is #ffffff. Color #fbeaef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101010 | 11101111 |
Octal | 373 | 352 | 357 |
Decimal | 251 | 234 | 239 |
Hex | FB | EA | EF |
Shades of #fbeaef
Tints of #fbeaef
RGB Percentages of Color #fbeaef
CMYK Percentages of Color #fbeaef
Complementary Color
#fbeaef | #eafbf6 |
#fbeaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbeaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbeaef Color CSS Codes
.mybgcolor {background-color:#fbeaef; } .myforecolor {color:#fbeaef; } .mybordercolor {border:3px solid #fbeaef; }
#fbeaef Text Font Color
<p style="color:#fbeaef">Text here</p>
This sample text font color is #fbeaef
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.
#fbeaef Background Color
<div style="background-color:#fbeaef">
Div content here</div>
This div background color is #fbeaef
#fbeaef Border Color
<div style="border:3px solid #fbeaef">
Div here</div>
This div border color is #fbeaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,234,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbeaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbeaef; -webkit-box-shadow: 1px 1px 3px 2px #fbeaef; box-shadow: 1px 1px 3px 2px #fbeaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,234,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 #fbeaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbeaef; -webkit-box-shadow: 1px 1px 3px 2px #fbeaef; box-shadow: 1px 1px 3px 2px #fbeaef;">
Div content here</div>
This div box has shadow with color #fbeaef
Comments
No comments written yet.
Please login to write comment.