Color spaces of #fbfddd
RGB | 251 | 253 | 221 |
---|---|---|---|
HSL | 0.18 | 0.89 | 0.93 |
HSV | 64° | 13° | 99° |
CMYK | 0.01 | 0.00 | 0.13 0.01 |
XYZ | 87.9601 | 95.9802 | 82.2967 |
Yxy | 95.9802 | 0.3304 | 0.3605 |
Hunter Lab | 97.9695 | -11.1837 | 18.7736 |
CIE-Lab | 98.4244 | -5.9578 | 15.1020 |
#fbfddd color RGB value is (251,253,221).
#fbfddd hex color red value is 251, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbfddd hue: 0.18 , saturation: 0.89 and the lightness value of fbfddd is 0.93.
The process color (four color CMYK) of #fbfddd color hex is 0.01, 0.00, 0.13, 0.01. Web safe color of #fbfddd is #ffffcc. Color #fbfddd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111101 | 11011101 |
Octal | 373 | 375 | 335 |
Decimal | 251 | 253 | 221 |
Hex | FB | FD | DD |
Shades of #fbfddd
Tints of #fbfddd
RGB Percentages of Color #fbfddd
CMYK Percentages of Color #fbfddd
Complementary Color
#fbfddd | #dfddfd |
#fbfddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfddd Color CSS Codes
.mybgcolor {background-color:#fbfddd; } .myforecolor {color:#fbfddd; } .mybordercolor {border:3px solid #fbfddd; }
#fbfddd Text Font Color
<p style="color:#fbfddd">Text here</p>
This sample text font color is #fbfddd
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.
#fbfddd Background Color
<div style="background-color:#fbfddd">
Div content here</div>
This div background color is #fbfddd
#fbfddd Border Color
<div style="border:3px solid #fbfddd">
Div here</div>
This div border color is #fbfddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,253,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfddd; -webkit-box-shadow: 1px 1px 3px 2px #fbfddd; box-shadow: 1px 1px 3px 2px #fbfddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,253,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfddd; -webkit-box-shadow: 1px 1px 3px 2px #fbfddd; box-shadow: 1px 1px 3px 2px #fbfddd;">
Div content here</div>
This div box has shadow with color #fbfddd
Related Colors
#fbfddd Color Palettes
Comments
No comments written yet.
Please login to write comment.