Color spaces of #fbfcda
RGB | 251 | 252 | 218 |
---|---|---|---|
HSL | 0.17 | 0.85 | 0.92 |
HSV | 62° | 13° | 99° |
CMYK | 0.00 | 0.00 | 0.13 0.01 |
XYZ | 87.2490 | 95.1920 | 80.1050 |
Yxy | 95.1920 | 0.3323 | 0.3626 |
Hunter Lab | 97.5664 | -11.1171 | 19.6176 |
CIE-Lab | 98.1103 | -5.9206 | 16.1923 |
#fbfcda color RGB value is (251,252,218).
#fbfcda hex color red value is 251, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fbfcda hue: 0.17 , saturation: 0.85 and the lightness value of fbfcda is 0.92.
The process color (four color CMYK) of #fbfcda color hex is 0.00, 0.00, 0.13, 0.01. Web safe color of #fbfcda is #ffffcc. Color #fbfcda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111100 | 11011010 |
Octal | 373 | 374 | 332 |
Decimal | 251 | 252 | 218 |
Hex | FB | FC | DA |
Shades of #fbfcda
Tints of #fbfcda
RGB Percentages of Color #fbfcda
CMYK Percentages of Color #fbfcda
Complementary Color
#fbfcda | #dbdafc |
#fbfcda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfcda Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfcda Color CSS Codes
.mybgcolor {background-color:#fbfcda; } .myforecolor {color:#fbfcda; } .mybordercolor {border:3px solid #fbfcda; }
#fbfcda Text Font Color
<p style="color:#fbfcda">Text here</p>
This sample text font color is #fbfcda
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.
#fbfcda Background Color
<div style="background-color:#fbfcda">
Div content here</div>
This div background color is #fbfcda
#fbfcda Border Color
<div style="border:3px solid #fbfcda">
Div here</div>
This div border color is #fbfcda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,252,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfcda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfcda; -webkit-box-shadow: 1px 1px 3px 2px #fbfcda; box-shadow: 1px 1px 3px 2px #fbfcda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,252,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfcda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfcda; -webkit-box-shadow: 1px 1px 3px 2px #fbfcda; box-shadow: 1px 1px 3px 2px #fbfcda;">
Div content here</div>
This div box has shadow with color #fbfcda
Comments
No comments written yet.
Please login to write comment.