Color spaces of #fbdbc4
RGB | 251 | 219 | 196 |
---|---|---|---|
HSL | 0.07 | 0.87 | 0.88 |
HSV | 25° | 22° | 98° |
CMYK | 0.00 | 0.13 | 0.22 0.02 |
XYZ | 75.0790 | 75.1578 | 62.7744 |
Yxy | 75.1578 | 0.3525 | 0.3528 |
Hunter Lab | 86.6936 | 2.8720 | 17.7539 |
CIE-Lab | 89.4669 | 7.6016 | 15.3816 |
#fbdbc4 color RGB value is (251,219,196).
#fbdbc4 hex color red value is 251, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fbdbc4 hue: 0.07 , saturation: 0.87 and the lightness value of fbdbc4 is 0.88.
The process color (four color CMYK) of #fbdbc4 color hex is 0.00, 0.13, 0.22, 0.02. Web safe color of #fbdbc4 is #ffcccc. Color #fbdbc4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011011 | 11000100 |
Octal | 373 | 333 | 304 |
Decimal | 251 | 219 | 196 |
Hex | FB | DB | C4 |
Shades of #fbdbc4
Tints of #fbdbc4
RGB Percentages of Color #fbdbc4
CMYK Percentages of Color #fbdbc4
Complementary Color
#fbdbc4 | #c4e4fb |
#fbdbc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdbc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdbc4 Color CSS Codes
.mybgcolor {background-color:#fbdbc4; } .myforecolor {color:#fbdbc4; } .mybordercolor {border:3px solid #fbdbc4; }
#fbdbc4 Text Font Color
<p style="color:#fbdbc4">Text here</p>
This sample text font color is #fbdbc4
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.
#fbdbc4 Background Color
<div style="background-color:#fbdbc4">
Div content here</div>
This div background color is #fbdbc4
#fbdbc4 Border Color
<div style="border:3px solid #fbdbc4">
Div here</div>
This div border color is #fbdbc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,219,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdbc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdbc4; -webkit-box-shadow: 1px 1px 3px 2px #fbdbc4; box-shadow: 1px 1px 3px 2px #fbdbc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,219,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbdbc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdbc4; -webkit-box-shadow: 1px 1px 3px 2px #fbdbc4; box-shadow: 1px 1px 3px 2px #fbdbc4;">
Div content here</div>
This div box has shadow with color #fbdbc4
Comments
No comments written yet.
Please login to write comment.