Color spaces of #fbbed1
RGB | 251 | 190 | 209 |
---|---|---|---|
HSL | 0.95 | 0.88 | 0.86 |
HSV | 341° | 24° | 98° |
CMYK | 0.00 | 0.24 | 0.17 0.02 |
XYZ | 69.7057 | 61.9396 | 68.6032 |
Yxy | 61.9396 | 0.3481 | 0.3093 |
Hunter Lab | 78.7017 | 20.3685 | 3.4089 |
CIE-Lab | 82.8813 | 24.6873 | -0.9732 |
#fbbed1 color RGB value is (251,190,209).
#fbbed1 hex color red value is 251, green value is 190 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #fbbed1 hue: 0.95 , saturation: 0.88 and the lightness value of fbbed1 is 0.86.
The process color (four color CMYK) of #fbbed1 color hex is 0.00, 0.24, 0.17, 0.02. Web safe color of #fbbed1 is #ffcccc. Color #fbbed1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111110 | 11010001 |
Octal | 373 | 276 | 321 |
Decimal | 251 | 190 | 209 |
Hex | FB | BE | D1 |
Shades of #fbbed1
Tints of #fbbed1
RGB Percentages of Color #fbbed1
CMYK Percentages of Color #fbbed1
Complementary Color
#fbbed1 | #befbe8 |
#fbbed1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbed1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbed1 Color CSS Codes
.mybgcolor {background-color:#fbbed1; } .myforecolor {color:#fbbed1; } .mybordercolor {border:3px solid #fbbed1; }
#fbbed1 Text Font Color
<p style="color:#fbbed1">Text here</p>
This sample text font color is #fbbed1
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.
#fbbed1 Background Color
<div style="background-color:#fbbed1">
Div content here</div>
This div background color is #fbbed1
#fbbed1 Border Color
<div style="border:3px solid #fbbed1">
Div here</div>
This div border color is #fbbed1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,190,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbed1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbed1; -webkit-box-shadow: 1px 1px 3px 2px #fbbed1; box-shadow: 1px 1px 3px 2px #fbbed1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,190,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbed1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbed1; -webkit-box-shadow: 1px 1px 3px 2px #fbbed1; box-shadow: 1px 1px 3px 2px #fbbed1;">
Div content here</div>
This div box has shadow with color #fbbed1
Comments
No comments written yet.
Please login to write comment.